ptt_create_db_list: Create full database lists

View source: R/ptt_save_load.R

ptt_create_db_listR Documentation

Create full database lists

Description

Create full database lists

Usage

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)"
)

Arguments

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

Functions

  • ptt_create_db_list_vector(): Create full database lists

  • ptt_create_db_list_df(): Create full database lists


pttry/pttdatahaku documentation built on June 1, 2025, 1:08 p.m.