Open long39ng opened 2 years ago
Thanks for the nice tool.
Since version 2.0.0, readr::read_delim can guess the delimiter without having to specify a delim argument. Replacing read_csv with read_delim can thus extend the CLI tool's support for other file formats, e.g., tsv (#14).
readr::read_delim
delim
read_csv
read_delim
Thanks for the nice tool.
Since version 2.0.0,
readr::read_delim
can guess the delimiter without having to specify adelim
argument. Replacingread_csv
withread_delim
can thus extend the CLI tool's support for other file formats, e.g., tsv (#14).