Skip to content

Commit 7aff807

Browse files
committed
add comment
1 parent 2094f8e commit 7aff807

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

R/read.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ read_data <- function(drfile, guide, checkname = FALSE) {
252252
rlang::abort(glue::glue("Unsupported location type: {location$type}"))
253253
)
254254

255+
# The default atomic class is "character"
255256
atomicclass <- if (!is.null(location$atomicclass)) location$atomicclass else "character"
256257

257258
# Read data using the appropriate function

0 commit comments

Comments
 (0)