setConvertAdvancedTypes: Turn on/off the conversion of advanced data types with R.NET

Description Usage Arguments Examples

Description

Turn on/off the conversion of advanced data types with R.NET. This will turn off the conversion of classes such as dictionaries into R lists, as these are not bidirectional and you may want to see and manipulate external pointers to dictionaries in some circumstances.

Usage

1

Arguments

enable

if true enable, otherwise disable

Examples

1
2
3
4
5
6
7
8
## Not run: 
library(rClr)
cTypename <- "Rclr.TestCases"
clrCallStatic(cTypename, "CreateStringDictionary")
setConvertAdvancedTypes(FALSE)
clrCallStatic(cTypename, "CreateStringDictionary")

## End(Not run)

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