makeFunction: Generates the shell of a R function that is project specific...

Description Usage Arguments Details Value

View source: R/makeFunction.R

Description

Generates the shell of a R function that is project specific in support_functions folder

Usage

1
makeFunction(functionName = NA, description = "", project.id = getProject())

Arguments

functionName

character string for R function.

description

character string description of function

project.id

Name of project

Details

Function file will add ".R" extension. Will not overwrite existing program.See makeScript() for making an R script.

Value

Logical indicating success or not


gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.