This function is used to format, analyze, integrate and incorporate data into a user-specified study grid, if applicable, which we refer to as data integration pipelines.

pipein(uid, output = "data", grid = NULL, ...)

Arguments

uid

unique identifier of the data integration pipeline. The full list of available data pipelines can be consulted using pipelines(type = "integrated")

output

output folder for integrated data. That folder will be organized into the different files that are loaded, i.e. raw data, formatted data, metadata and bibtex files. By default, data are stored in a root folder called 'data/'

grid

spatial grid used for data integration. Can be a sf object containing polygons or a stars rasters that will be used as a template

...

further arguments used in individual data integration pipelines, if applicable.

Value

This function returns the integrated data and associated metadata.

Examples

if (FALSE) {
pipeint("0001")
}