View source: R/read_highcited.R
read_highcited | R Documentation |
read highcited files
read_highcited(...)
... |
file name (named by organization name), now only support |
data.frame including five columns (univ, discipline, year, n_paper, n_cited)
hc <- read_highcited("filename.xlsx") or here::here("data") %>% fs::dir_ls(regexp = "\\.xlsx$") %>% read_highcited()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.