View source: R/agg_pipelines.R
get_pipeline | R Documentation |
This is a target factory whose arguments specify the details of a targets workflow to be constructed
get_pipeline(
countries = "all",
years = "all",
do_chops,
psut_release,
psut_without_neu_release,
phi_vecs_release,
Y_fu_U_EIOU_fu_details_release,
aggregation_maps_path,
pipeline_releases_folder,
pipeline_caches_folder,
release = FALSE
)
countries |
A string vector of 3-letter country codes. Default is "all", meaning all available countries should be analyzed. |
years |
A numeric vector of years to be analyzed. Default is "all", meaning all available years should be analyzed. |
do_chops |
A boolean that tells whether to perform the R and Y chops. |
psut_release |
The release we'll use from |
psut_without_neu_release |
The release we'll use from |
phi_vecs_release |
The release we'll use from |
Y_fu_U_EIOU_fu_details_release |
The release we'll use from |
aggregation_maps_path |
The path to the Excel file of aggregation maps. |
pipeline_releases_folder |
The path to a folder where releases of output targets are pinned. |
pipeline_caches_folder |
The path to a folder where releases of pipeline caches are stored. |
release |
Boolean that tells whether to do a release of the results.
Default is |
A list of tar_target
s to be executed in a workflow.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.