Learn R Programming

Rnumerai (version 3.0.1)

download_dataset: Download specified file for the given round.

Description

Download specified file for the given round.

Usage

download_dataset(
  filename = "v2/numerai_live_data.csv",
  dest_path = NA,
  round_num = NA
)

Value

list of filenames

Arguments

filename

File to be downloaded, defaults to live data

dest_path

File path where the file should be stored, Defaults to current directory with filename parameter

round_num

Tournament round you are interested in, defaults to the current round.

Examples

Run this code
if (FALSE) {
download_dataset(round_num=328)
}

Run the code above in your browser using DataLab