comTrace {rcom} | R Documentation |
This function will trace all passed parameters (variables, constants etc) to the R console.
Use this function to find out what rcom
thinks about the parameters
(e.g. which data types are recognized).
Use this function for debugging purposes to find out why rcom
fails.
comTrace(x)
x |
expression (variable, constant) to trace |
Thomas Baier