parser | R Documentation |
Parsing function for objects returned from CDMO web services
parser(resp_in, parent_in = "data")
resp_in |
web object returned from CDMO server, response class from httr package |
parent_in |
chr string of parent nodes to parse |
This function parses XML objects returned from the CDMO server, which are further passed to swmpr
. It is used internally by the data retrieval functions, excluding import_local
. The function does not need to be called explicitly.
Returns a data.frame
of parsed XML nodes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.