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