Skip to content

Commit e5d5f4a

Browse files
committed
call stringr library in oal notebook
1 parent 0dcf4ee commit e5d5f4a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

OpenAPC.en.qmd

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

7878
```{r}
7979
# Installation of packages if not already installed with
80-
# install.packages(c("openalexR","tidyverse"))
80+
# install.packages(c("openalexR","dplyr","tidyr","stringr","ggplot2"))
8181
library(openalexR)
8282
library(dplyr)
8383
library(tidyr)
84+
library(stringr)
8485
library(ggplot2)
8586
```
8687

OpenAlex.qmd

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

9191
```{r}
9292
# Installation of packages if not already installed with
93-
# install.packages(c("openalexR","tidyverse"))
93+
# install.packages(c("openalexR","dplyr","tidyr","stringr","ggplot2"))
9494
library(openalexR)
9595
library(dplyr)
9696
library(tidyr)
97+
library(stringr)
9798
library(ggplot2)
9899
```
99100

0 commit comments

Comments
 (0)