parse_messages {queryup} | R Documentation |
Accessory function retrieving invalid values from messages returned by the UniProt API.
parse_messages(messages)
messages |
character string containing the error messages returned by UniProt API |
a data.frame with invalid values (in column "value") and corresponding query field (in column "field"). NULL if no invalid values are identified.