RLink`
RLink`
FromRForm
FromRForm[expr]
converts a full form of an expression expr, representing some valid R object, to the short form. Returns $Failed on illegal expressions, which do not form a valid RLink representation of an R object.
Details and Options
- Performs the reverse operation as compared to ToRForm.
- Is invoked automatically by REvaluate, as a final step to transform the internal full form of an expression obtained from R to a short form, which is easier to use.
- While sometimes useful for consistency checks and debugging, it is not expected that this function will be called often.
- The "cycle" FromRForm[ToRForm[expr]] should always give back the same expression expr (for legitimate expr, representing valid R objects), except when expr is a scalar of one of the primitive types (numeric, string, or logical), in which case it will be "dressed" in an extra List.
Examples
Wolfram Research (2012), FromRForm, Wolfram Language function, https://reference.wolfram.com/language/RLink/ref/FromRForm.html.
Text
Wolfram Research (2012), FromRForm, Wolfram Language function, https://reference.wolfram.com/language/RLink/ref/FromRForm.html.
CMS
Wolfram Language. 2012. "FromRForm." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/RLink/ref/FromRForm.html.
APA
Wolfram Language. (2012). FromRForm. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/RLink/ref/FromRForm.html