Skip to contents

CAUTION REQUIRED: Migrate from an old version of project to renv setup

Usage

migrate_project(project = ".", date, working_directory, targets = FALSE, ...)

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, uses use_targets() to create directory tree for use with targets. Default is FALSE.

...

not used