Convenience method that allows you to create an RList from a list in R by passing a string holding the R variable name.
To pull x from R into D. Will throw an error if x is not a list.
auto y = RList("x");
See Implementation
Convenience method that allows you to create an RList from a list in R by passing a string holding the R variable name.