Description Usage Arguments Value Examples
Returns top 200 authors in specified category.
1 | authors_rank(category = "")
|
category |
Filters out results not related to the specified category. Category list can be viewed with category_list function. If filtering for a single category, this category can be specified as a string. If filtering for multiple categories, the argument must be specified as a vector, e.g. category = c("zoology","biophysics"). If it is left as default, the function will return top 200 authors overall. |
Returns a data frame with the top 200 authors.
1 | authors_rank("plant-biology")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.