read_gridmet | R Documentation |
Reads a GRIDMET binary weather file
read_gridmet(file_path, begin = 1979, end = 2019, id = NULL)
file_path |
path to file location |
begin |
beginning year of data |
end |
ending year of data |
id |
Either a string or 'NULL'. If a string, the output will contain a variable with that name with the filename(s) as the value. If 'NULL', the default, no variable will be created. |
a data frame with date and 8 environmental variables
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.