open_rmarkdown | R Documentation |
The package includes a set of slides that introduce the functionality of the polmineR package, including workflows and recipes to address specific typical problems.
open_rmarkdown(topic = c("index.Rmd", "corpora.Rmd", "subcorpora.Rmd", "counting.Rmd", "kwic.Rmd", "cqp.Rmd", "sentiments.Rmd")) slides(topic = c("index.html", "corpora.html", "subcorpora.html", "counting.html", "kwic.html", "cqp.html", "sentiments.html"))
topic |
A character string giving the name of the vignette to view. If omitted, all vignettes from all installed packages are listed. |
## Not run: open_rmarkdown("kwic") ## End(Not run) ## Not run: slides("cqp") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.