Description Usage Arguments Author(s) Examples
View source: R/get_driver_path.R
This functoin returns a path to the driver file for a lake. Retrieve and cache the file from Sciencebase if necessary
| 1 2 3 4 5 6 7 | get_driver_path(
  id,
  driver_name = "NLDAS",
  loc_cache = TRUE,
  timestep = "daily",
  ...
)
 | 
| id | Site id, prepended with id type followed by _ (e.g., 'nhd_' or 'wbic_') | 
| driver_name | The driver source name, options ('NLDAS', 'CM2.0', 'GENMOM', 'ECHAM5') | 
| loc_cache | Should the locally cached version of the driver file be used if available. | 
| timestep | Requested timestep, "hourly" or "daily" (default) accepted | 
| ... | Extra parameters are ignored | 
Luke Winslow
| 1 2 3 4 5 6 | get_driver_path('nhd_120052892')
get_driver_path('nhd_120052892', 'ECHAM5')
get_driver_path('nhd_120052892', 'CM2.0')
get_driver_path('WBIC_1881900')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.