createProjectFromTemplate: Create a new R project from template

Description Usage Arguments Value Author(s) Examples

View source: R/createProjectFromTemplate.R

Description

This function creates an initial R project setup focused in data science.

Usage

1

Arguments

name

The name of you R project (it will be created a directory using this name).

directorypath

The directory path in which the project will be created.

Value

An object list with handy information about the project, like path and initial setup.

Author(s)

Leandro Daniel

Examples

1
createProjectFromTemplate("Predictive-Analytics", "c:/temp")

ldaniel/fgvr documentation built on June 9, 2020, 10:11 a.m.