add_high_cited: add high-cited information for ESI discipline

View source: R/add_high_cited.R

add_high_citedR Documentation

add high-cited information for ESI discipline

Description

add high-cited information for ESI discipline

Usage

add_high_cited(.data, univ, discipline, source = NULL, scope = "each year")

Arguments

.data

data.frame

univ

a column containing the university name

discipline

a column containing the character vector of 22 ESI disciplines

source

a data.frame imported by read_highcited()

scope

can be one of last year, all year and each year

Value

data.frame that adds some new column about high-cited information for the specified discipline.

Examples

df %>% add_high_cited(univ, discipline, source = hc, scope = "last year")
df %>% add_high_cited(univ, discipline, source = hc, scope = "each year")
df %>% add_high_cited(univ, discipline, source = hc, scope = "all year")

perlatex/tidyESI documentation built on Nov. 25, 2022, 11:14 p.m.