Skip to content

Commit 9cd9c1b

Browse files
committed
add todo
1 parent 2013287 commit 9cd9c1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/read.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ read_keyvalue <- function(drfile, sheet, range, translate = FALSE, translations
5151
#' @noRd
5252
#'
5353
read_table <- function(drfile, sheet, range, translate = FALSE, translations = NULL, atomicclass = "character", ...) {
54+
# TODO coerce to atomicclass
5455
tbl <- readxl::read_excel(drfile, sheet = sheet, range = range)
5556
if (translate) {
5657
names(tbl) <- long_to_shortnames(names(tbl), translations)

0 commit comments

Comments
 (0)