RLink`
RLink`

REnvironment

REnvironment[]

a container used by RLink to represent any R environment.

Details and Options

  • Only the global R environment is fully supported. All other R environments are still represented by REnvironment[], but the specific information about them is lost. Therefore, R objects whose Wolfram Language representation contains references to non-global R environments cannot generally be correctly exported back to R.
  • Like RCode, REnvironment is a head providing representation rather than equivalence. Exporting to R objects previously imported to the Wolfram Language (or their parts) containing any of these heads is not guaranteed to produce equivalent objects in the R workspace.
  • Expressions with the REnvironment head transform trivially (are left unchanged) by the functions ToRForm and FromRForm.

Examples

Basic Examples  (1)

This loads RLink:

This creates a simple linear model:

The result is a rather complex R object:

Some parts of this object contain explicit reference to an R environment:

This can also be seen as follows:

Wolfram Research (2012), REnvironment, Wolfram Language function, https://reference.wolfram.com/language/RLink/ref/REnvironment.html.

Text

Wolfram Research (2012), REnvironment, Wolfram Language function, https://reference.wolfram.com/language/RLink/ref/REnvironment.html.

CMS

Wolfram Language. 2012. "REnvironment." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/RLink/ref/REnvironment.html.

APA

Wolfram Language. (2012). REnvironment. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/RLink/ref/REnvironment.html

BibTeX

@misc{reference.wolfram_2023_renvironment, author="Wolfram Research", title="{REnvironment}", year="2012", howpublished="\url{https://reference.wolfram.com/language/RLink/ref/REnvironment.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_renvironment, organization={Wolfram Research}, title={REnvironment}, year={2012}, url={https://reference.wolfram.com/language/RLink/ref/REnvironment.html}, note=[Accessed: 19-March-2024 ]}