Description Usage Arguments Value Author(s) See Also Examples
This generic function and its methods recursively process an XML node and its child nodes ( and theirs and so on) to map the nodes to S4 objects.
This is the run-time function that corresponds to the
makeClassTemplate
function.
1 |
node |
the top-level XML node to convert to an S4 object |
obj |
the object whose slots are to be filled from the information in the XML node |
... |
additional parameters for methods |
The object obj
whose slots have been modified.
Duncan Temple Lang
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.