trCallTip {TinnR}R Documentation

Show function arguments in a human-readable way - get a call tip

Description

Code tips in Tinn-R under DDE protocol.

Usage

  trCallTip(code, file=NULL, onlyargs=FALSE, width=60, location=FALSE)

Arguments

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.

Value

A string with the calling syntax of the function

Note

Args() is supposed to display S3/S4 methods, and primitives adequately,... but this is not implemented yet in the current version!

Author(s)

Adaptations: Jose Claudio Faria joseclaudio.faria@gmail.com
Original author: Philippe Grosjean phgrosjean@sciviews.org

See Also

CallTip, Complete trComplete trDDEInstall


[Package TinnR version 1.0.3 Index]