siteDrought_describe_table: Print info abuout the tables present in the siteDrought...

View source: R/lfc_SiteDrought.R

siteDrought_describe_tableR Documentation

Print info abuout the tables present in the siteDrought database

Description

siteDrought_describe_table is a wrapper for the $describe_table method of lfcsiteDrought objects. See also siteDrought.

Usage

siteDrought_describe_table(object, tables)

Arguments

object

lfcsiteDrought object, as created by siteDrought

tables

character vector with the names of the tables to describe

Value

Description is printed in the console, nothing is returned

See Also

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

Examples


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

}


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