easystats_citations: Reports citations for easystats publications

View source: R/easystats_citations.R

easystats_citationsR Documentation

Reports citations for easystats publications

Description

This function reports the total number of Google Scholar citations for easystats publications through the scholar package.

Usage

easystats_citations(sort_by = "year", length = 30)

Arguments

sort_by

Name of the column that should be used for sorting. Can be "title", "journal", "year", or "cites". Use NULL for no sorting and to return data as retrieved by Google scholar.

length

Numeric, maximum length of the returned string. If not NULL, will shorten the string to a maximum length, however, it will not truncate inside words. I.e. if the string length happens to be inside a word, this word is removed from the returned string, so the returned string has a maximum length of length, but might be shorter.

Value

A data frame of four columns: title, journal, year, and cites.

Examples


## Not run: 
easystats_citations()

## End(Not run)


easystats/easystats documentation built on June 15, 2025, 12:46 p.m.