pr_merge_pep725: Merge PEP725 data files

View source: R/pr_merge_pep725.R

pr_merge_pep725R Documentation

Merge PEP725 data files

Description

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

Usage

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


## Not run: 
tidy_pep_data <- pr_merge_pep725()

## End(Not run)

khufkens/phenor documentation built on Aug. 31, 2023, 1:24 a.m.