Skip to contents

Creates a project folder on your computer

Usage

create_project_folder(folder_name, path, subfolders = "generic")

Arguments

folder_name

Set name of the folder. Examples: "Analysis_20221212", "01_application" (required)

path

Set path for folder. Example: "R/Projects/" (required)

subfolders

Set type of subfolder structure. Options are "generic" or "shiny". The "generic" option has the following subfolders: "01_data", "02_reports", "03_images", "04_scripts" and "05_misc". The "shiny" option has the following subfolders: "data", "css", "wwww", "images" and "scripts". By default, it is set to "generic". (optional)

Value

A project folder and sub-folder structure and corresponding .Rproj file on your computer