This function downloads a specified dataset from the IRW datasource.
Arguments
- table_name
A character string specifying the name of the Redivis table from which data should be downloaded. This should be the exact name of the table as listed in the IRW Redivis database.
- path
A string specifying the file path where the data should be saved. If
NULL
, the dataset will be saved in the current working directory with the table's name as the file name.- overwrite
A logical indicating whether to overwrite an existing file at the specified path. Default is
FALSE
.