Functionsยง
- find_
table_ file - Find the data file for a table in a csvdb directory.
Checks for
.csvfirst, then.csv.gz. - read_
table_ csv - Read a table from CSV file.
- read_
table_ csv_ auto - Read a table from a CSV file, automatically detecting gzip compression.
- write_
table_ csv - Write a table to CSV with deterministic formatting.
- write_
table_ csv_ gz - Write a table to a gzip-compressed CSV file (.csv.gz).
- write_
table_ csv_ sorted - Write a table to CSV with optional natural sort.