getpubmedtbl: Get the basic data from xml

View source: R/pubmed.R

getpubmedtblR Documentation

Get the basic data from xml

Description

Get the basic data from xml

Usage

getpubmedtbl(xml2)

Arguments

xml2

the xml object from getpubmed

Value

tibble object

See Also

getpubmed

Examples

## Not run: 
library(scifetch)
query <- 'janusz pawliszyn[AU]'
z <- getpubmed(query)
z2 <- getpubmedtbl(z)
## End(Not run)

yufree/scifetch documentation built on Oct. 15, 2022, 7:25 p.m.