This function is used execute an entire data workflow that will download, format, integrate, and incorporate all spatial data into a regular grid to generate a ready to work with integrated dataset. It builds on the functions pipedat, pipeconnect and pipegrid and used a data workflow yaml configuration file to execute the complete the workflow.

pipeflow(config)

Arguments

config

path to a yaml data workflow configuration file prepared by the user. Use pipenew() to generate a new configuration file template.

Value

This function returns the queried raw data, formatted data, metadata and bibtex associated with the raw data, and all integrated data.

Examples

if (FALSE) {
pipeflow(config = "./data/config/data_workflow.yaml")
}