Parsing function for objects returned from CDMO web services
parser(resp_in, parent_in = "data")
Returns a data.frame
of parsed XML nodes
web object returned from CDMO server, response class from httr package
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.