This function reports the total number of Google Scholar citations for
easystats
publications through the scholar
package.
Arguments
- sort_by
Name of the column that should be used for sorting. Can be
"title"
,"journal"
,"year"
, or"cites"
. UseNULL
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 maximumlength
, 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 oflength
, but might be shorter.