powered by
Create a new project or a new sub-project
create_rosr( project = "test", if_render = TRUE, dest_dir = NA, overwrite = FALSE, sub_project = sub_projects() )
Project name.
Logical. Whether render the templates.
Character. The destination directory of the new project.
Logical. Whether overwrite existing files.
Character. The type of the sub-project to create.
a project folder
# NOT RUN { # create_rosr(dest_dir = tempdir(), sub_project = 'Rproj') # }
Run the code above in your browser using DataLab