R/create_project.R
create_project.Rd
Creates a simple standardized folder structure for Pristine Seas projects in the projects folder of the science drive.
create_project(project_name)
Character string. Name of the new project (use "prj-" prefix by convention)
Character string. Path to the created project folder
if (FALSE) { # \dontrun{ # Create a project create_project("prj-coral-reef-assessment") # Create another project create_project("prj-fish-surveys") } # }