Create output directory name
create_vintage.Rd
This function creates the name of the directory that used as vintage control of the PIP project.
Usage
create_vintage(vintage = list(name = "latest"))
Arguments
- vintage
list or character: If list, all objects should be named and only the following names are accepted:
c("release", "ppp_year", "ppp_rv", "ppp_av", "identity")
. Alternatively, it could a single-object list called "names" likevintage = list(name = "some_name")
. If character, it should be of length equal to 1.