read_wos | R Documentation |
read Web of Science files
read_wos(...)
... |
file name (the files must be kept in a folder named by the retrieval organization name), now only support |
data.frame including some columns (AU, AF, SO, DE, C1, RP, FU, CR, TC, SN, PY, UT)
df <- read_wos("./Sichuan University/filename.txt") # or here::here("Sichuan") %>% fs::dir_ls(regexp = "\\.txt$", recurse = TRUE) %>% read_wos()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.