View source: R/add_high_cited.R
add_high_cited | R Documentation |
add high-cited information for ESI discipline
add_high_cited(.data, univ, discipline, source = NULL, scope = "each year")
.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 |
scope |
can be one of |
data.frame that adds some new column about high-cited information for the specified discipline.
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.