download_dataset {Rnumerai}R Documentation

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
)

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.

Value

list of filenames

Examples

## Not run: 
download_dataset(round_num=328)

## End(Not run)

[Package Rnumerai version 3.0.1 Index]