Description Usage Arguments Value Examples
View source: R/harpData_info.R
Get info about data in the harpData package
1 2 3 4 | harpData_info(
file_format = c("vfld", "grib", "netcdf", "fctable", "vobs", "obstable"),
fctable_fcst_type = c("det", "ens")
)
|
file_format |
The file format in harpData that you want information for. |
fctable_fcst_type |
In the case of |
A named list giving information about directories, start and end dates, available forecast models for the file format and in the case of ensemble data, the members and where appropriate the lags of the members.
1 2 3 4 5 6 7 | harpData_dirs("vfld")
harpData_dirs("grib")
harpData_dirs("netcdf")
harpData_dirs("fctable", "det")
harpData_dirs("fctable", "ens")
harpData_dirs("vobs")
harpData_dirs("obstable")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.