You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/technical_integration.Rmd
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ vignette: >
10
10
%\VignetteIndexEntry{Technical Integration - Using textAnnotatoR with Other R Tools}
11
11
%\VignetteEngine{knitr::rmarkdown}
12
12
%\VignetteEncoding{UTF-8}
13
-
%\VignetteDepends{dplyr, ggplot2}
13
+
%\VignetteDepends{dplyr, ggplot2, quanteda}
14
14
---
15
15
16
16
```{r setup, include=FALSE}
@@ -111,7 +111,7 @@ This structure makes it readily compatible with standard R data manipulation too
111
111
112
112
The [quanteda](https://quanteda.io/) package is a powerful framework for text analysis. Here's how you can combine textAnnotatoR annotations with quanteda:
0 commit comments