nfi: lfcNFI class

View source: R/lfcNFI.R

nfiR Documentation

lfcNFI class

Description

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

Usage

nfi()

Value

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

Methods

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

See Also

Other NFI functions: nfi_avail_tables(), nfi_describe_table(), nfi_describe_var(), nfi_get_data()

Examples

nfidb <- nfi()
nfidb

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