Description Usage Arguments Details Value
Generates the shell of a R function that is project specific in support_functions folder
1 2 | makeFunction(functionName = NA, description = "",
project.id = getProject())
|
functionName |
character string for R function. |
description |
character string description of function |
project.id |
Name of project |
Function file will add ".R" extension. Will not overwrite existing program.See makeScript() for making an R script.
Logical indicating success or not
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.