Create a targets workflow
get_pipeline.Rd
This is a target factory whose arguments specify the details of a targets workflow to be constructed
Usage
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
)
Arguments
- 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
pipeline_releases_folder
. See details.- psut_without_neu_release
The release we'll use from
pipeline_releases_folder
. See details.- phi_vecs_release
The release we'll use from
pipeline_releases_folder
. See details.- Y_fu_U_EIOU_fu_details_release
The release we'll use from
pipeline_releases_folder
. See details.- 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
FALSE
.