GetContentByGetLink: GetContentByGetLink

Description Usage Arguments Value Examples

View source: R/basics.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
3
baselink <- "https://eutils.ncbi.nlm.nih.gov/entrez/eutils/"
link <- paste0(baselink, "efetch.fcgi?db=pubmed&rettype=xml&id=26502666")
content <- GetContentByGetLink(link, 0.3)

shihikoo/pubmedTools documentation built on June 19, 2021, 9:56 a.m.