Retries a URL
retrieveURL(data, species, outputFormat, maxRetries = 3, successCode = 200)
data
: A gene listspecies
: The taxonomy name/id. Default is "9606" for Homo sapiensoutputFormat
: format of the output. Can be "highres_image", "tsv", "json", "tsv-no-header", "xml"maxRetries
: maximum number of attempts to connect to the STRING api.successCode
: Status code number that represents successeither the output of httr::GET or an error message
Waldir Leoncio