report {DramaAnalysis} | R Documentation |
generates a report for a specific dramatic text
report(
id = "test:rksp.0",
of = file.path(getwd(), paste0(unlist(strsplit(id, ":", fixed = TRUE))[2], ".html")),
type = c("Single", "Compare"),
...
)
id |
The id of the text or a list of ids |
of |
The output file |
type |
The type of the report. "Single" gives a report about a single play, while "Compare" can be used to compare multiple editions of a play. Please note that the "Compare" report is still under development. |
... |
Arguments passed through to the rmarkdown document |
The return value of render