download_dataset | R Documentation |
Download specified file for the given round.
download_dataset( filename = "v2/numerai_live_data.csv", dest_path = NA, round_num = NA )
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. |
list of filenames
## Not run: download_dataset(round_num=328) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.