siteDrought: lfcsiteDrought Class

View source: R/lfc_SiteDrought.R

siteDroughtR Documentation

lfcsiteDrought Class

Description

siteDrought() creates and object to access the siteDrought database

Usage

siteDrought()

Value

An siteDrought class object (inherits from R6Class) with methods to access the data. See Methods section.

Methods

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.

See Also

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

Examples


if (interactive()) {

  siteDroughtdb <- lfcdata::siteDrought()
  siteDroughtdb
}


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