Skip to contents

Downloads a specified dataset table from the IRW datasource.

Usage

irw_download(
  table_name,
  path = NULL,
  overwrite = FALSE,
  sim = FALSE,
  comp = FALSE
)

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.

Value

A message confirming the file download location.