list_xpdb | R Documentation |
Function providing a detailed listing of all available datasets in an xpdb object.
list_data(xpdb)
list_files(xpdb)
list_special(xpdb)
xpdb |
An |
get_data
, get_file
, get_special
# List output tables data
list_data(xpdb_ex_pk)
# List output files data
list_files(xpdb_ex_pk)
# List special data
xpdb_ex_pk %>%
vpc_data(quiet = TRUE) %>%
list_special()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.