Skip to content

Commit e1dece3

Browse files
committed
Pass trim_ws to vroom from read_tsv
We somehow missed this argument
1 parent acde4b8 commit e1dece3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/read_delim.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ read_tsv <- function(file, col_names = TRUE, col_types = NULL,
361361
skip = skip,
362362
comment = comment,
363363
skip_empty_rows = skip_empty_rows,
364+
trim_ws = trim_ws,
364365
n_max = n_max,
365366
guess_max = guess_max,
366367
progress = progress,

0 commit comments

Comments
 (0)