getContentByGetLink: getContentByGetLink

Description Usage Arguments Value Examples

View source: R/http_methods.R

Description

getContentByGetLink

Usage

1
getContentByGetLink(link, waitTime = 0.3)

Arguments

link

a string of characters

waitTime

a number. Waiting of the program

Value

a string of characters of the returned content

Examples

1
2
link <- "https://www.ebi.ac.uk/europepmc/webservices/rest/search?query=pinkeye"
content <- getContentByGetLink(link, 0.3)

shihikoo/europePMCTools documentation built on Dec. 23, 2021, 1:23 a.m.