siteDrought_describe_var: Pint info about the variables present in the siteDrought...

View source: R/lfc_SiteDrought.R

siteDrought_describe_varR Documentation

Pint info about the variables present in the siteDrought databases

Description

siteDrought_describe_var is a wrapper for the $describe_var method of lfcsiteDrought objects. See also siteDrought.

Usage

siteDrought_describe_var(object, variables)

Arguments

object

lfcsiteDrought object, as characted by siteDrought

variables

character vector with the names of the variables to describe

Value

Description is printed in the console, nothing is returned

See Also

Other siteDrought functions: siteDrought_get_data (), siteDrought_avail_tables (), siteDrought_describe_table (), siteDrought ()

Examples


if (interactive()) {

   siteDroughtdb <- lfcdata::siteDrought()
   lfcdata::siteDrought_describe_var(siteDroughtdb , 'LFMC_q')
   lfcdata::siteDrought_describe_var(siteDroughtdb , c('DFMC','SFP'))

   # siteDrought is an R6 object, so the previous examples is the same as:
   siteDroughtdb$describe_var('LFMC_q')
   siteDroughtdb$describe_var(c('DFMC','SFP'))

}


MalditoBarbudo/lfcdata documentation built on May 2, 2023, 10:30 p.m.