Description Usage Arguments Examples
Add tooltips to fulltexttable
1 2 |
.Object |
A |
tooltips |
A named list or character vector with the tooltips to be displayed. The names of the list/vector are expected to be tokens. |
... |
What comes in via the three dots will be turned into a list and merged with the tooltips argument. |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ## Not run:
library(polmineR)
library(fulltext)
use("polmineR")
k <- corpus("GERMAPARLMINI") %>%
subset(speaker == "Volker Kauder") %>%
subset(date == "2009-11-10") %>%
as.fulltexttable(headline = "Volker Kauder (CDU)", display = "block")
k <- tooltips(
k,
Opposition = "Dauerlooser",
Regierung = "Vollchecker",
Regierungserklรคrung = "Gewinnerprogramm"
)
fulltext(k, box = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.