Downloads a specified dataset table from the IRW datasource.
Arguments
- table_name
A character string specifying the name of the Redivis table to download.
- 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
Logical. Whether to overwrite an existing file.
- sim
Logical. If TRUE, download from the simulation dataset.
- comp
Logical. If TRUE, download from the competition dataset.