get_num_distinct_journals {scholar} | R Documentation |
Gets the number of distinct journals in which a scholar has published
Description
Gets the number of distinct journals in which a scholar has published. Note that Google Scholar doesn't provide information on journals per se, but instead gives a title for the containing publication where applicable. So a journal here might actually be a journal, a book, a report, or some other publication outlet.
Usage
get_num_distinct_journals(id)
Arguments
id |
a character string giving the Google Scholar id |
Value
the number of distinct journals
[Package scholar version 0.2.4 Index]