ucssr: Open slides, or their Rmarkdown files.

open_rmarkdownR Documentation

Open slides, or their Rmarkdown files.

Description

The package includes a set of slides that introduce the functionality of the polmineR package, including workflows and recipes to address specific typical problems.

Usage

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"))

Arguments

topic

A character string giving the name of the vignette to view. If omitted, all vignettes from all installed packages are listed.

Examples

## Not run: 
open_rmarkdown("kwic")

## End(Not run)
## Not run: 
slides("cqp")

## End(Not run)

PolMine/UCSSR documentation built on June 13, 2022, 10:23 p.m.