download_validation_data {Rnumerai} | R Documentation |
Download CSV file with historical targets and ticker universe
Description
Download CSV file with historical targets and ticker universe
Usage
download_validation_data(file_path = "signals_historical_targets.csv")
Arguments
file_path |
CSV file with predictions that will get uploaded |
Value
List of currently accepted tickers
Examples
## Not run:
download_validation_data(file_path = "signals_historical_targets.csv")
## End(Not run)
[Package Rnumerai version 3.0.1 Index]