sdsdownload: sdsanalysis data download functions

sdsdownloadR Documentation

sdsanalysis data download functions

Description

sdsanalysis offers functions to access openly available SDS datasets. It contains a reference table with information about data mostly collected by students and researchers at the Institute of Pre- and Protohistoric Archaeology at Kiel University. That data can be downloaded directly into R with sdsanalysis.

  • get_available_datasets: Get a list of datasets that can be directly downloaded with sdsanalysis

  • get_type_options: Get the types of data that are available for one/multiple datasets (single - Einzelaufnahme, multi - Sammelaufnahme)

  • get_single_artefact_data / get_multi_artefact_data: Download one/multiple datasets as a dataframe/a list of dataframes

  • get_description: Download description text of one/ multiple datasets

  • get_site: Get site names of one/multiple datasets

  • get_coords: Get site coordinates of one/multiple datasets

  • get_dating: Get period information of one/multiple datasets

  • get_creator: Get author of one/multiple datasets

Usage

get_single_artefact_data(dataset_names)

get_multi_artefact_data(dataset_names)

get_description(dataset_names)

get_site(dataset_names)

get_coords(dataset_names)

get_dating(dataset_names)

get_creator(dataset_names)

get_type_options(dataset_names)

get_available_datasets()

get_all_sds_data_urls()

get_variables_list()

get_variable_values_list()

Arguments

dataset_names

Character vector. Names of available datasets.


nevrome/sdsanalysis documentation built on March 19, 2024, 11:48 p.m.