View source: R/lfc_SiteDrought.R
siteDrought_avail_tables | R Documentation |
siteDrought_avail_tables
is a wrapper for the $avail_tables
method of lfcsiteDrought
objects. See also siteDrought
.
siteDrought_avail_tables
object |
|
A character vector with the table names
Other siteDrought functions:
siteDrought_get_data
(),
siteDrought_describe_table
(),
siteDrought_describe_var
(),
siteDrought
()
if (interactive()) {
siteDroughtdb <- lfcdata::siteDrought()
lfcdata::siteDrought_avail_tables(siteDroughtdb)
# siteDroughtdb is an R6 object, so the previous examples are the same as:
siteDroughtdb$avail_tables()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.