nfi_avail_tables: Get the available tables in NFI db

View source: R/lfcNFI.R

nfi_avail_tablesR Documentation

Get the available tables in NFI db

Description

nfi_avail_tables is a wrapper for the $avail_tables method of lfcNFI objects. See nfi.

Usage

nfi_avail_tables(object)

Arguments

object

lfcNFI object, as created by nfi

Value

A character vector with the table names

See Also

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

Examples

if (interactive()) {
  nfidb <- nfi()
  nfi_avail_tables(nfidb)

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


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