nfi_avail_tables | R Documentation |
nfi_avail_tables
is a wrapper for the $avail_tables
method of lfcNFI
objects. See nfi
.
nfi_avail_tables(object)
object |
|
A character vector with the table names
Other NFI functions:
nfi_describe_table()
,
nfi_describe_var()
,
nfi_get_data()
,
nfi()
if (interactive()) {
nfidb <- nfi()
nfi_avail_tables(nfidb)
# nfidb is an R6 object, so the previous example is the same as:
nfidb$avail_tables()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.