fes: lfcFES class

View source: R/lfcFES.R

fesR Documentation

lfcFES class

Description

fes() creates an object to access the fes database.

Usage

fes()

Value

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

Methods

lfcFES objects has the following public methods:

  • $get_data: Retrieve and collect FES database tables. See fes_get_data for more details

  • $avail_tables: Return a character vector with the names of the available tables in the database. See fes_avail_tables for more details

  • $describe_table: Print the information available about the provided table. See fes_describe_table for more details

  • $describe_var: Print the information available about the provided variable. See fes_describe_var for more details

See Also

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

Examples

fesdb <- fes()
fesdb

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