fes_describe_table | R Documentation |
fes_describe_table
is a wrapper for the $describe_table
method of lfcFES
objects. See fes
.
fes_describe_table(object, tables)
object |
|
tables |
character vector with the names of the tables to describe |
Description is printed in the console, nothing is returned
if (interactive()) {
fesdb <- fes()
fes_describe_table(fesdb, "static")
fes_describe_table(fesdb, c("static", "plot_nfi_2_results"))
# fesdb is an R6 object, so the previous example is the same as:
fesdb$describe_table("static")
fesdb$describe_table(c("static", "plot_nfi_2_results"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.