.get_local | R Documentation |
Create a List of Locally Cached Files for Import
.get_local(
pre,
pre_cv,
rd0,
tmp,
dtr,
reh,
tmn,
tmx,
sunp,
frs,
wnd,
elv,
cache_dir
)
pre |
Boolean, loads precipitation (millimetres/month) from server and returns in the data frame. |
pre_cv |
Boolean, loads cv of precipitation (percent) from server and returns in the data frame. |
rd0 |
Boolean, loads wet-days (number days with >0.1 millimetres rain per month) and returns in the data frame. |
tmp |
Boolean, loads temperature (degrees Celsius) and returns it in the data frame. |
dtr |
Boolean, loads mean diurnal temperature range (degrees Celsius) and returns it in the data frame. |
reh |
Boolean, loads relative humidity and return it in the data frame. |
tmn |
Boolean, calculates minimum temperature values (degrees Celsius) and returns it in the data frame. |
tmx |
Boolean, calculate maximum temperature (degrees Celsius) and returns it in the data frame. |
sunp |
Boolean, loads sunshine, percent of maximum possible (percent of day length) and returns it in data frame. |
frs |
Boolean, loads ground-frost records (number of days with ground- frost per month) and return it in data frame. |
wnd |
Boolean, loads 10m wind speed (metres/second) and returns it in the data frame. |
elv |
Boolean, loads elevation (converted to metres) and returns it in the data frame. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.