Description Usage Arguments Examples
Import CLIMWAT data from .cli and .pen files. Note that the files must first be extracted from CLIMWAT and saved as .cli and .pen files.
1 | read_CLIMWAT(directory_path, station_name)
|
directory_path |
Path to directory containing CLIMWAT files |
station_name |
Name of station to import (will import .cli and .pen files) |
1 2 3 4 5 6 | ## Not run:
directory_path <- "fao56"
station_name <- "CLIMWAT_example"
read_CLIMWAT(directory_path,station_name)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.