fes | R Documentation |
fes()
creates an object to access the fes database.
fes()
An lfcFES
class object (inherits from
R6Class
), with methods to access the data. See Methods
section.
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
Other FES functions:
fes_avail_tables()
,
fes_describe_var()
,
fes_get_data()
fesdb <- fes()
fesdb
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.