Create a template for a new function
NewFunction.Rd
An R script for a new function is created in the working directory. It includes Roxygen commented lines for the documentation with sensible defaults where possible.
Details
A file is saved in the current working directory that has a template for a function with a set of arguments (if supplied). The file still needs serious editing before insertion into a package.