fes_avail_tables | R Documentation |
fes_avail_tables
is a wrapper for the $avail_tables
method of lfcFES
objects. See fes
.
fes_avail_tables(object)
object |
|
A character vector with the table names
Other FES functions:
fes_describe_var()
,
fes_get_data()
,
fes()
if (interactive()) {
fesdb <- fes()
fes_avail_tables(fesdb)
# fesdb is an R6 object, so the previous example is the same as:
fesdb$avail_tables()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.