View source: R/ptt_save_load.R
ptt_create_db_list | R Documentation |
Create full database lists
ptt_create_db_list(
x,
db_list_name = deparse1(substitute(x)),
pxweb_metadata = TRUE,
overwrite = FALSE,
call = "ptt_get_statfi(url, query)"
)
ptt_create_db_list_vector(
x,
db_list_name = deparse1(substitute(x)),
pxweb_metadata = TRUE,
call = "ptt_get_statfi(url, query)"
)
ptt_create_db_list_df(
x,
db_list_name = deparse1(substitute(x)),
pxweb_metadata = TRUE,
call = "ptt_get_statfi(url, query)"
)
x |
a vector of urls or a data.frame with urls as first column and information on the data corresponding to urls in other columns |
db_list_name |
chr, name of the database |
pxweb_metadata |
logical whether to add pxweb metadata to the database |
overwrite |
logical whether to overwrite possibly existing database |
ptt_create_db_list_vector()
: Create full database lists
ptt_create_db_list_df()
: Create full database lists
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.