Description Usage Arguments Details Value Author(s)
Run the entire data system.
1 2 3 4 5 6 7 | driver(all_data = empty_data(), stop_before = NULL,
stop_after = NULL, return_inputs_of = stop_before,
return_outputs_of = stop_after,
return_data_names = union(inputs_of(return_inputs_of),
outputs_of(return_outputs_of)), return_data_map_only = FALSE,
write_outputs = !return_data_map_only, write_xml = write_outputs,
outdir = OUTPUTS_DIR, xmldir = XML_DIR, quiet = FALSE)
|
all_data |
Data to be pre-loaded into data system |
stop_before |
Stop immediately before this chunk (character) |
stop_after |
Stop immediately after this chunk (character) |
return_inputs_of |
Return the data objects that are inputs for these chunks (character).
If |
return_outputs_of |
Return the data objects that are output from these chunks (character)
If |
return_data_names |
Return these data objects (character). By default this is the union of |
return_data_map_only |
Return only the precursor information? (logical) This overrides
the other |
write_outputs |
Write all chunk outputs to disk? |
write_xml |
Write XML Batch chunk outputs to disk? |
outdir |
Location to write output data (ignored if |
xmldir |
Location to write output XML (ignored if |
quiet |
Suppress output? |
The driver loads any necessary data from input files, runs all code chunks in an order dictated by their dependencies, does error-checking, and writes outputs. For more details, see the relevant wiki page at https://github.com/bpbond/gcamdata/wiki/Driver.
A list of all built data (or a data map tibble if requested).
BBL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.