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)
path to a yaml data workflow configuration file prepared by the user. Use pipenew()
to generate a new configuration file template.
This function returns the queried raw data, formatted data, metadata and bibtex associated with the raw data, and all integrated data.
if (FALSE) {
pipeflow(config = "./data/config/data_workflow.yaml")
}