dot-check_vars_FALSE: Check that at least one element is requested

.check_vars_FALSER Documentation

Check that at least one element is requested

Description

Check that at least one element is requested

Usage

.check_vars_FALSE(
  pre,
  pre_cv,
  rd0,
  tmp,
  dtr,
  reh,
  tmn,
  tmx,
  sunp,
  frs,
  wnd,
  elv
)

Arguments

pre

Fetches precipitation (millimetres/month) from server and returns it in the data frame, TRUE. Defaults to FALSE.

pre_cv

Fetches cv of precipitation (percent) from server and returns it in the data frame, TRUE. Defaults to FALSE. Note, setting this to TRUE will always results in pre being set to TRUE and returned as well.

rd0

Fetches wet-days (number days with >0.1 millimetres rain per month) and returns it in the data frame, TRUE. Defaults to FALSE.

tmp

Fetches temperature (degrees Celsius) and returns it in the data frame, TRUE. Defaults to FALSE.

dtr

Fetches mean diurnal temperature range (degrees Celsius) and returns it in the data frame, TRUE. Defaults to FALSE.

reh

Fetches relative humidity and returns it in the data frame, TRUE. Defaults to FALSE.

tmn

Calculates minimum temperature values (degrees Celsius) and returns it in the data frame. Defaults to FALSE.

tmx

Boolean. Calculates maximum temperature (degrees Celsius) and returns it in the data frame, TRUE. Defaults to FALSE.

sunp

Fetches sunshine, percent of maximum possible (percent of day length), and returns it in the data frame, TRUE. Defaults to FALSE.

frs

Boolean. Fetches ground-frost records (number of days with ground-frost per month) and returns it in data frame, TRUE. Defaults to FALSE.

wnd

Fetches 10m wind speed (metres/second) and returns it in the data frame, TRUE. Defaults to FALSE.

elv

Fetches elevation (converted to metres) and returns it in the data frame, TRUE. Defaults to FALSE.

Examples

.check_vars_FALSE(
  pre,
  pre_cv,
  rd0,
  tmp,
  dtr,
  reh,
  tmn,
  tmx,
  sunp,
  frs,
  wnd,
  elv
)

adamhsparks/getCRUCL2.0 documentation built on Feb. 14, 2025, 6:55 p.m.