peekClrArgs: Peek into the types of CLR objects arguments are converted to...

Description Usage Arguments Value Examples

Description

Advanced use only, to diagnose unexpected conditions in CLR method calls. Most users would not ever need it.

Usage

1

Arguments

...

method arguments passed to .External

Value

a character message with type information about each argument.

Examples

1
2
3
4
5
## Not run: 
library(rClr)
peekClrArgs("a", numeric(0))

## End(Not run)

jmp75/rClr documentation built on June 11, 2019, 6:45 p.m.