View source: R/lfc_SiteDrought.R
siteDrought_describe_var | R Documentation |
siteDrought_describe_var
is a wrapper for the $describe_var
method of
lfcsiteDrought
objects. See also siteDrought
.
siteDrought_describe_var(object, variables)
object |
|
variables |
character vector with the names of the variables to describe |
Description is printed in the console, nothing is returned
Other siteDrought functions:
siteDrought_get_data
(),
siteDrought_avail_tables
(),
siteDrought_describe_table
(),
siteDrought
()
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'))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.