nfi | R Documentation |
nfi()
creates an object to access the nfi database.
nfi()
An lfcNFI
class object (inherits from
R6Class
), with methods to access the data. See Methods
section.
lfcNFI
objects has the following public methods:
$get_data
: Retrieve and collect NFI database tables. See
nfi_get_data
for more details
$avail_tables
: Return a character vector with the names of
the available tables in the database. See
nfi_avail_tables
for more details
$describe_table
: Print the information available about the
provided table. See nfi_describe_table
for more
details
$describe_var
: Print the information available about the
provided variable. See nfi_describe_var
for more
details
Other NFI functions:
nfi_avail_tables()
,
nfi_describe_table()
,
nfi_describe_var()
,
nfi_get_data()
nfidb <- nfi()
nfidb
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.