trCallTip {TinnR} | R Documentation |
Code tips in Tinn-R under DDE protocol.
trCallTip(code, file=NULL, onlyargs=FALSE, width=60, location=FALSE)
code |
A piece of R code (in a character string) to analyze. |
file |
A file where to return the result ("", or NULL for none). You can use "clipboard" to send the result to the clipboard under Windows only. |
onlyargs |
Do we return the whole calltip or only the function arguments? |
width |
Reformat the calltip to with (use 0 for not reformatting it). |
location |
If TRUE then the location (in which package the
function resides) is appended to the calltip between square brackets. |
A string with the calling syntax of the function
Args()
is supposed to display S3/S4 methods, and primitives
adequately,... but this is not implemented yet in the current version!
Adaptations: Jose Claudio Faria joseclaudio.faria@gmail.com
Original author: Philippe Grosjean phgrosjean@sciviews.org
CallTip
,
Complete
trComplete
trDDEInstall