Extract data from a vault connection. The data is first processed with columns translated into more redable variants. The data is then packed into a single tibble with nested data.frames, containing information about:
data_samplesfor sample metadatadata_samples_communityfor community (vegetation) datadata_traitsfor trait datadata_abioticfor abiotic data
Usage
extract_data(
con,
return_raw_data = FALSE,
check_mandatory_references = TRUE,
verbose = TRUE
)Arguments
- con
A vault connection
- return_raw_data
A logical indicating whether to return raw data or without any processing. Default is
FALSE.- check_mandatory_references
A logical indicating whether to check for presentce of mandatory reference. Default is
TRUE.- verbose
A logical indicating whether output additional information. Default is
TRUE.