View source: R/lfc_SiteDrought.R
siteDrought | R Documentation |
siteDrought()
creates and object to access the siteDrought database
siteDrought()
An siteDrought
class object (inherits from
R6Class
) with methods to access the data.
See Methods section.
lfcsiteDrought
objects has the following public methods.
$get_data
: Retrieve and siteDrought database tables.
See siteDrought_get_data
for more details.
$avail_tables
: Retrun a character vector with the names
of the available tables in the database.
See siteDrought_avail_tables
for more details.
$describe_table
: Print the information available about the provided table-
See siteDroughtdescribe_table
for more details.
$describe_var
: Print information available about the provided variable.
See siteDroughtdescribe_var
for more details.
Other siteDrought functions:
siteDrought_get_data
(),
siteDrought_avail_tables
(),
siteDrought_describe_table
(),
siteDrought_describe_var
()
if (interactive()) {
siteDroughtdb <- lfcdata::siteDrought()
siteDroughtdb
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.