Preprocessing of PEP725 data, merges separate files into tidy data, with each observation a line, each column a different parameter value.

pr_merge_pep725(path = tempdir())

Arguments

path

a path to the PEP725 data (either a directory containing tar.gz files or a single tar.gz file)

Value

concatted data of all data in the path as a tidy data frame including all normal parameters, and the species name and country code as derived from the file name

Examples


if (FALSE) {
tidy_pep_data <- pr_merge_pep725()
}