View source: R/read_forecast.R
read_forecast | R Documentation |
read a forecast file (csv or netcdf)
read_forecast(
file_in,
target_variables = c("oxygen", "temperature", "chla", "richness", "abundance", "nee",
"le", "vswc", "gcc_90", "ixodes_scapularis", "amblyomma_americanum"),
reps_col = "ensemble",
quiet = TRUE,
s3 = NULL,
...
)
file_in |
path or URL to forecast to be read in |
target_variables |
vector of valid variables being predicted |
reps_col |
name of the replicates column (for ensemble forecasts) |
quiet |
logical, default TRUE (show download progress?) |
s3 |
Optionally, provide an S3 bucket (from |
... |
additional options (currently ignored)
Reads in a valid forecast as a data.frame() in EFI format.
csv files are simply read in using |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.