rxivistr (version 0.1.1)

authors_rank: Authors ranks

Description

Returns top 200 authors in specified category.

Usage

authors_rank(category = "")

Arguments

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.

Value

Returns a data frame with the top 200 authors.

Examples

Run this code
# NOT RUN {
authors_rank("plant-biology")
# }

Run the code above in your browser using DataCamp Workspace