easystats_citations {easystats} | R 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
|
length |
Numeric, maximum length of the returned string. If not
|
Value
A data frame of four columns: title, journal, year, and cites.
Examples
## Not run:
easystats_citations()
## End(Not run)
[Package easystats version 0.7.5 Index]