Download a filtered TimeFish table
timefish_download.RdThis writes the filtered table to disk as CSV or TSV and returns the file path invisibly.
Arguments
- table
One of
census,location, ortaxonomic.- filters
Optional named list of filters.
- ...
Additional named filters.
- directory
Output directory.
- file
Optional file name. If omitted, a date-stamped name is created.
- format
Output format, either
csvortsv.- overwrite
Overwrite an existing file if it already exists.
- ignore_case
Treat character filters as case-insensitive matches.