parse_messages {queryup}R Documentation

Accessory function retrieving invalid values from messages returned by the UniProt API.

Description

Accessory function retrieving invalid values from messages returned by the UniProt API.

Usage

parse_messages(messages)

Arguments

messages

character string containing the error messages returned by UniProt API

Value

a data.frame with invalid values (in column "value") and corresponding query field (in column "field"). NULL if no invalid values are identified.


[Package queryup version 1.0.5 Index]