List to hive S4 object | R Documentation |
This function creates an S4 object from a list of fields that correspond to slots of a hive S4 object, performing a recursive validity check.
listToHiveS4(Class, x)
Class |
A character string representing an S4 object class |
x |
A list containing fields that will be coerced to slots of the S4 object |
An object of the class specified in Class
.
Adam C. Gower agower@bu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.