CAUTION REQUIRED: Migrate from an old version of project to renv setup
Source:R/migrate_project.R
migrate_project.Rd
CAUTION REQUIRED: Migrate from an old version of project to renv setup
Arguments
- project
A character string. The path to a project.
- date
A character string. The date of the MRAN to use, e.g., 2021-01-25.
- working_directory
A character string. The root path to the working directory of the project.
- targets
A boolean. If
TRUE
, usesuse_targets()
to create directory tree for use withtargets
. Default isFALSE
.- ...
not used