Generates the shell of a R function that is project specific in support_functions folder
makeFunction(functionName = NA, description = "",
project.id = getProject())
character string for R function.
character string description of function
Name of project
Logical indicating success or not
Function file will add ".R" extension. Will not overwrite existing program.See makeScript() for making an R script.