powered by
This starts the project by setting up a common folder and file infrastructure, as well as adding some useful files to start the project.
setup_project(path)
A path to a new directory.
Project setup with folders and files necessary for a standard research project.
# NOT RUN { # Use a temporary location new_proj_name <- fs::path_temp("DiabetesCancer") setup_project(new_proj_name) # }
Run the code above in your browser using DataLab