Learn R Programming

adapr (version 2.0.0)

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

Description

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

Usage

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

Value

Logical indicating success or not

Details

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