cite_gs: Extract additional citation metrics from Google Scholar

View source: R/cite_gs.R

cite_gsR Documentation

Extract additional citation metrics from Google Scholar

Description

Extract additional citation metrics from Google Scholar

Usage

cite_gs(df, gscholar_id, match_title_nchar = 50)

Arguments

df

Dataframe containing at least three columns: publictaion title ("title"), publication year ("year"), and DOI/PMID with each publication listed as a row.

match_title_nchar

Argument to specify how many characters the titles should be matched (default = 50). See "unmatch" output.

scholar_id

Google scholar ID number linking to records in the dataframe.

Value

Nested dataframe of: (1)."out_df" - Amended dataframe with additional total citations appended (2). "df_cite" - Dataframe of citations over time for google doc papers (3). "validation" - Dataframe of publications that could not be matched to a google scholar record (noscholar) or google scholar records that could not be matched to the dataframe (unmatched).


kamclean/impactr documentation built on Jan. 11, 2023, 2:51 p.m.