read_wos: read Web of Science files

View source: R/read_wos.R

read_wosR Documentation

read Web of Science files

Description

read Web of Science files

Usage

read_wos(...)

Arguments

...

file name (the files must be kept in a folder named by the retrieval organization name), now only support txt file format

Value

data.frame including some columns (AU, AF, SO, DE, C1, RP, FU, CR, TC, SN, PY, UT)

Examples

df <- read_wos("./Sichuan University/filename.txt")
# or
here::here("Sichuan") %>%
  fs::dir_ls(regexp = "\\.txt$", recurse = TRUE) %>%
  read_wos()



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