We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2013287 commit 9cd9c1bCopy full SHA for 9cd9c1b
R/read.R
@@ -51,6 +51,7 @@ read_keyvalue <- function(drfile, sheet, range, translate = FALSE, translations
51
#' @noRd
52
#'
53
read_table <- function(drfile, sheet, range, translate = FALSE, translations = NULL, atomicclass = "character", ...) {
54
+ # TODO coerce to atomicclass
55
tbl <- readxl::read_excel(drfile, sheet = sheet, range = range)
56
if (translate) {
57
names(tbl) <- long_to_shortnames(names(tbl), translations)
0 commit comments