View source: R/lfc_SiteDrought.R
siteDrought_describe_table | R Documentation |
siteDrought_describe_table
is a wrapper for the $describe_table
method of
lfcsiteDrought
objects. See also siteDrought
.
siteDrought_describe_table(object, tables)
object |
|
tables |
character vector with the names of the tables to describe |
Description is printed in the console, nothing is returned
Other siteDrought functions:
siteDrought_get_data
(),
siteDrought_avail_tables
(),
siteDrought_describe_var
(),
siteDrought
(),
if (interactive()) {
siteDroughtdb <- lfcdata::siteDrought()
lfcdata::siteDrought_describe_table(siteDroughtdb , 'data_day')
# siteDrought is an R6 object, so the previus example is the same as:
siteDroughtdb$describe_table('data_day')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.