read_incites: read incites files

View source: R/read_incites.R

read_incitesR Documentation

read incites files

Description

read incites files

Usage

read_incites(...)

Arguments

...

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

Value

data.frame including five columns (univ, discipline, year, n_paper, n_cited)

Examples

df <- read_incites("filename.csv")
or
here::here("data") %>%
  fs::dir_ls(regexp = "\\.csv$") %>%
  read_incites()



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