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, ...)
unique identifier of the data integration pipeline. The full list of available data pipelines can be consulted using pipelines(type = "integrated")
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/'
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.
This function returns the integrated data and associated metadata.
if (FALSE) {
pipeint("0001")
}