Skip to content

Commit a3ce8b2

Browse files
committed
bug in read_rm numeric cols
1 parent 945d9b5 commit a3ce8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/IO.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ read_rm <- function(file, tibble=FALSE, keep_order=TRUE, include_secondary = FAL
5858
}
5959
#everything is a character at the moment, and the parentheses around
6060
# the "extend" is nt helpful in R
61-
res <- .numerify(res, c(1:4, 6,7, 13))
61+
res <- .numerify(res, c(1:4, 6,7, 12:13))
6262
res <- .de_paren(res, c("textend", "qextend"))
6363
if(keep_order){
6464

0 commit comments

Comments
 (0)