Description Usage Arguments Value Note Author(s) Examples
Object variables behave as lists, however they are really enviroments. Sometimes it is necesary to use the variable as a list instead of an Object. This function converts the Object to a list.
1 |
x |
Variable of class Object |
... |
Other object to include |
Returns a list with values equivalent to the Object.
Values that contain functions will be assigned to .GlobalEnv enviroment.
Victor Trevino. Francesco Falciani Group. University of Birmingham, U.K.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.