We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2094f8e commit 7aff807Copy full SHA for 7aff807
1 file changed
R/read.R
@@ -252,6 +252,7 @@ read_data <- function(drfile, guide, checkname = FALSE) {
252
rlang::abort(glue::glue("Unsupported location type: {location$type}"))
253
)
254
255
+ # The default atomic class is "character"
256
atomicclass <- if (!is.null(location$atomicclass)) location$atomicclass else "character"
257
258
# Read data using the appropriate function
0 commit comments