create_planRmd: Create source_plan function source file under planPath

Description Usage Arguments Value Examples

View source: R/drake.R

Description

Create source_plan function source file under planPath

Usage

1
create_planRmd(planname, title = NULL, root = NULL)

Arguments

planname

A character.

title

A character. (if null, default=planname)

root

A chracter. (if null, default=getwd())

Value

A function that source an R script under planPath

Examples

1
2
3
4
5
6
7
# # NOT RUN. produce error
# create_source_plan()

planPath ="/Users/martin/Github/course-HS-society-and-citizen/plans"
Create Rmd template that can generate drake plan scripts

none

tpemartin/emajor documentation built on Aug. 30, 2020, 2:13 a.m.