setup_project: setup_project

View source: R/setup_project.R

setup_projectR Documentation

setup_project

Description

Setup project

Usage

setup_project(name, path = NULL, folders = NULL, git = TRUE, readme = TRUE)

Arguments

name

Name of project to create.

path

Path where project is created.

folders

Vector with names for folders to be created.

git

Logical if git repo should be initialized.

readme

Logical if README.md should be added.

Details

Create project folder with certain structure

Value

void

Examples

## Not run: setup_project(name = "Analysis_project", path = "~/Desktop")


mhesselbarth/suppoRt documentation built on April 10, 2024, 2:06 p.m.