dplyr-cli
dplyr-cli copied to clipboard
Manipulate CSV files on the command line using dplyr
Results
1
dplyr-cli issues
Sort by
recently updated
recently updated
newest added
Thanks for the nice tool. Since version 2.0.0, `readr::read_delim` can [guess the delimiter](https://www.tidyverse.org/blog/2021/07/readr-2-0-0/#delimiter-guessing) without having to specify a `delim` argument. Replacing `read_csv` with `read_delim` can thus extend the CLI tool's...