coolbutuseless / dplyr-cli

Manipulate CSV files on the command line using dplyr
MIT License
269 stars 20 forks source link

Support other delimiters #19

Open long39ng opened 2 years ago

long39ng commented 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).