Skip to content

Commit cff5df7

Browse files
committed
add stringr in oal en notebook
1 parent e5d5f4a commit cff5df7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

OpenAlex.en.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,11 @@ We will load the *openalexR* package [@openalexR] that allows us to query the Op
8686

8787
```{r}
8888
# Installation of packages if not already installed with
89-
# install.packages(c("openalexR","tidyverse"))
89+
# install.packages(c("openalexR","dplyr","tidyr","stringr","ggplot2"))
9090
library(openalexR)
9191
library(dplyr)
9292
library(tidyr)
93+
library(stringr)
9394
library(ggplot2)
9495
```
9596

0 commit comments

Comments
 (0)