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

Description Usage Arguments Details Value

Description

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

Usage

1
2
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


adapr documentation built on May 1, 2019, 7:05 p.m.