berryFunctions (version 1.17.0)

funTinn: Open function in TinnR

Description

Opens function or object in external editor with an R command

Usage

funTinn(name)

Arguments

name

Name of function or object to be opened with the program associated with .r-files. In my case, the editor Tinn-R

See Also

edit, http://stackoverflow.com/questions/13873528

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
## Rcmd check --as-cran doesn't allow opening external devices,
## so this example is excluded from running in the checks.
## funTinn(boxplot.default)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace