Learn R Programming

prodigenr (version 0.5.0)

setup_project: Setup a standardized folder and file structure for a research analysis project.

Description

This starts the project by setting up a common folder and file infrastructure, as well as adding some useful files to start the project.

Usage

setup_project(path)

Arguments

path

A path to a new directory.

Value

Project setup with folders and files necessary for a standard research project.

Examples

Run this code
# 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