Skip to content

Commit 0cd2966

Browse files
committed
moved TODO
1 parent efd56e7 commit 0cd2966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/read.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ read_table <- function(drfile, sheet, ranges, translate = FALSE, translations =
118118
#' @noRd
119119
#'
120120
plate_to_df <- function(d) {
121+
# TODO: handle plate formats generically
121122
var <- names(d)[1]
122123
newdf <- tibble::tibble(
123124
row = rep(LETTERS[1:8], 12),
@@ -126,7 +127,6 @@ plate_to_df <- function(d) {
126127
as.vector()
127128
)
128129

129-
# TODO: handle plate formats generically
130130
names(newdf) <- c("row", "col", var)
131131
newdf
132132
}

0 commit comments

Comments
 (0)