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