create_project: A new project function

Description Usage Arguments Examples

View source: R/create_project.R

Description

This function will create a new project directory for you with subdirectories, and .Rmd and .R templates.

Usage

1
create_project(name = "my_project", type = "html")

Arguments

name

A name for your project

type

A valid .Rmd output (html, pdf, word)

Examples

1
2
# Create a new project with html report
# create_project(name = 'my_project', type = 'html')

jvcasill/lingStuff documentation built on April 9, 2021, 10:42 a.m.