read_top_one_percent: read top_one_percent files

View source: R/read_top_one_percent.R

read_top_one_percentR Documentation

read top_one_percent files

Description

read top_one_percent files

Usage

read_top_one_percent(...)

Arguments

...

file name (named by organization name), now only support xlsx file format

Value

data.frame including six columns (univ, discipline, web_of_science_documents, cites, top_papers, is_enter_top_one_percent)

Examples

hc <- read_top_one_percent("filename.xlsx")
or
here::here("data") %>%
  fs::dir_ls(regexp = "\\.xlsx$") %>%
  read_top_one_percent()


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