create_dsproject: Creates a template of folders and files for the 'ideal' data...

Description Usage Arguments Details Value Examples

View source: R/create_dsproject.R

Description

Creates a template of folders and files for the 'ideal' data science project

Usage

1

Arguments

path

A path where to create the project template. Can be relative, absolute and non existent.

open

whether to open the RStudio project or not. Set to FALSE by default

Details

The function accepts a valid path (either relative or absolute) and applies these steps:

text describing parameter inputs in more detail.

Value

Nothing, it creates and edits several folders and files in path

Examples

1
2
3
4
## Not run: 
create_dsproject()

## End(Not run)

cimentadaj/dsproj documentation built on May 5, 2019, 3:45 a.m.