siteDrought_avail_tables: Get the available tables in siteDrought database

View source: R/lfc_SiteDrought.R

siteDrought_avail_tablesR Documentation

Get the available tables in siteDrought database

Description

siteDrought_avail_tables is a wrapper for the $avail_tables method of lfcsiteDrought objects. See also siteDrought.

Usage

siteDrought_avail_tables

Arguments

object

lfcsiteDrought object, as created by siteDrought

Value

A character vector with the table names

See Also

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

Examples


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()

}


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