-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalysis_code.R
More file actions
30 lines (20 loc) · 999 Bytes
/
analysis_code.R
File metadata and controls
30 lines (20 loc) · 999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# description -------------------------------------------------------------
# Search date: 10 april 2025
# Database: WOS Core Collection via UF Library
# Affiliation: University of Florida AND
# Topic: machine learning OR deep learning OR large language model* OR
# reinforcement learning OR Neural Network* OR artificial intelligence
# Document Types: Article or Review Article or Editorial Material or
# Proceeding Paper or Data Paper or Note or Letter or Meeting Abstract
# load libraries ----------------------------------------------------------
library(tidyverse)
# install.packages("devtools")
devtools::install_github("ropensci/refsplitr")
library(refsplitr)
# load data ---------------------------------------------------------------
uf<-references_read(data = "./data_wos/", dir = TRUE)
write_csv(uf,"./data_clean/uf_refs.csv")
uf_authors<-authors_clean(uf)
write_csv(uf_authors,"./data_clean/uf_authors.csv")
authors_prelim<-uf_authors$preliminary
authors_. <-uf_authors$.