-
Notifications
You must be signed in to change notification settings - Fork 2
Function Overview
Ábel Vértesy edited this page Feb 25, 2016
·
2 revisions
You find the list of function of this library below. For details, please use the help() function, or browse the source code.
- paste0 values and string to one string. It also prints the results (good for a quick check)
- Take the right substring of a string
- Copy an R-object to your clipboard on OS X.
- Read in a file, annotate and write out all functions documentation with Roxygen skeleton (FileToFile)
- Scan a script for function's defined there.
- Get the default argument calls of a function
- Scan a script for (descriptive) comments in the first line of each function's definition.
- Scan a script for (descriptive) comments in the 3d line of each function's Roxygen skeleton.
- Create a Markdown document with a numbered list of all functions and their descriptions from the "inFile", saved right next to it!
- Compile a single functions documentation for Roxygen
- Compile and write out a single functions documentation for Roxygen