foldeRstructure: Create internal folder structure

Description Usage Arguments

View source: R/foldeRstructure.R

Description

This function creates an internal structure of working directory for RStudio projects following Martin Chan´s suggestion https://martinctc.github.io/blog/rstudio-projects-and-working-directories-a-beginner's-guide/

Usage

1
foldeRstructure(Functions = TRUE, Rmd = TRUE, html = TRUE, pdf = TRUE)

Arguments

Functions

Bolean Whether to create a subfolder Functions within Script folder. TRUE by default

Rmd

Bolean Whether to create a subfolder Rmd within Output folder. TRUE by default

html

Bolean Whether to create a subfolder html within Output folder. TRUE by default

pdf

Bolean Whether to create a subfolder pdf within Output folder. TRUE by default


stmarcin/foldeRstructure documentation built on Feb. 13, 2020, 12:33 a.m.