
Download radiocarbon source databases and convert them to a c14_date_list
Source:R/get_c14data.R
      db_getter.Rdget_c14data() allows to download source databases and adjust their variables to conform to the
definition in the
variable_reference
table. That includes renaming and arranging the variables (with c14bazAAR::order_variables())
as well as type conversion (with c14bazAAR::enforce_types()) – so all the steps undertaken by
as.c14_date_list(). 
All databases require different downloading and data wrangling steps. Therefore
there's a custom getter function for each of them (see ?get_all_dates). 
get_c14data() is a wrapper to download all dates from multiple databases and
c14bazAAR::fuse() the results.
Usage
get_c14data(databases = c())Examples
if (FALSE) { # \dontrun{
 get_c14data(databases = c("adrac", "palmisano"))
  get_all_dates()} # }