add_script: Add a new script to folder

Description Usage Arguments

View source: R/add_workflow_script.R

Description

Add a new script to folder

Usage

1
add_script(name, wd = getwd(), renumber = FALSE)

Arguments

name

String with name of the new file to create.

wd

Path where to create new R script, defaults to working directory.

renumber

Boolean. Default is FALSE. If the script name has a number which creates conflicts with existing scripts, you will need to set this parameter o TRUE in order to rename all necessary files.


quartin/renamer documentation built on May 26, 2019, 1:30 p.m.