The object represents an R environment loaded from RData file. This type is typically used through an `RData` type provider. To get a statically typed R environment for a given file, use `RData<"C:\\myfile.rdata">`.
Constructor | Description |
|
|
Instance member | Description |
|
|
|
Get a value from the R environment as `SymbolicExpression` (This is equivalent to calling `R.get` function)
|
Full Usage:
this.Keys
Returns: string[]
|
Returns the keys of all values available in the environment (This is equivalent to calling `R.ls` function)
|