fes_avail_tables: Get the available tables in FES db

View source: R/lfcFES.R

fes_avail_tablesR Documentation

Get the available tables in FES db

Description

fes_avail_tables is a wrapper for the $avail_tables method of lfcFES objects. See fes.

Usage

fes_avail_tables(object)

Arguments

object

lfcFES object, as created by fes

Value

A character vector with the table names

See Also

Other FES functions: fes_describe_var(), fes_get_data(), fes()

Examples

if (interactive()) {
  fesdb <- fes()
  fes_avail_tables(fesdb)

  # fesdb is an R6 object, so the previous example is the same as:
  fesdb$avail_tables()
}


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