| .check_vars_FALSE | R Documentation | 
Check that at least one element is requested
.check_vars_FALSE(
  pre,
  pre_cv,
  rd0,
  tmp,
  dtr,
  reh,
  tmn,
  tmx,
  sunp,
  frs,
  wnd,
  elv
)
| pre | Fetches precipitation (millimetres/month) from server and
returns it in the data frame,  | 
| pre_cv | Fetches cv of precipitation (percent) from server and
returns it in the data frame,  | 
| rd0 | Fetches wet-days (number days with >0.1 millimetres rain per
month) and returns it in the data frame,  | 
| tmp | Fetches temperature (degrees Celsius) and returns it in the
data frame,  | 
| dtr | Fetches mean diurnal temperature range (degrees Celsius)
and returns it in the data frame,  | 
| reh | Fetches relative humidity and returns it in the data frame,
 | 
| tmn | Calculates minimum temperature values (degrees Celsius)
and returns it in the data frame. Defaults to  | 
| tmx | Boolean. Calculates maximum temperature (degrees Celsius) and
returns it in the data frame,  | 
| sunp | Fetches sunshine, percent of maximum possible (percent of
day length), and returns it in the data frame,  | 
| frs | Boolean. Fetches ground-frost records (number of days with
ground-frost per month) and returns it in data frame,  | 
| wnd | Fetches 10m wind speed (metres/second) and returns it in the data
frame,  | 
| elv | Fetches elevation (converted to metres) and returns it in the
data frame,  | 
.check_vars_FALSE(
  pre,
  pre_cv,
  rd0,
  tmp,
  dtr,
  reh,
  tmn,
  tmx,
  sunp,
  frs,
  wnd,
  elv
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.