fetch_meta: Retrieve meta data for a paper given a PMCID or URL and/or...

View source: R/fetch_meta.R

fetch_metaR Documentation

Retrieve meta data for a paper given a PMCID or URL and/or specific meta data parameters and return a data.table

Description

Retrieve meta data for a paper given a PMCID or URL and/or specific meta data parameters and return a data.table

Usage

fetch_meta(id)

Arguments

id

a single PMCID, a vector of PMCIDs or a list of PMCIDs returned from fetch_pmcid

Value

a data.frame containing all available meta data of an article in long format, given a PMID(s).

Examples

fetch_meta("17284678")
fetch_meta(17284678)

labouz/PMCfetchR documentation built on Sept. 24, 2022, 11:31 p.m.