get_citations: Fetch CrossRef bibliometrics for PubMed records.

View source: R/get_citations.R

get_citationsR Documentation

Fetch CrossRef bibliometrics for PubMed records.

Description

get_citations adds CrossRef citation counts to the records included in the dataframe returned by get_records.

Usage

get_citations(df)

Arguments

df

The dataframe object returned by get_records.

Value

Returns a dataframe with all the columns of the input dataframe, plus:

crossref_citations

Numeric value specifying the CrossRef citation count for an article.

See Also

get_records for generating input dataframe.


kamermanpr/pubmedRecords documentation built on Feb. 5, 2023, 1:22 a.m.