library(Literasee)

    is_html_output = function() {
        knitr::opts_knit$get("rmarkdown.pandoc.to")=="html"
    }

    knitr::opts_chunk$set(
        collapse=TRUE,
        comment="",
        prompt=TRUE,
        fig.dpi=96)

    if (is_html_output()) {
        options(width=1000)
    }

The Literasee package isn't available on CRAN yet so you'll need to install it off of GitHub.

devtools::install_github("centerforassessment/Literasee")

Literasee is under active development. We :heart: feedback and are happy to answer questions.



CenterForAssessment/Literasee documentation built on July 2, 2023, 6:21 p.m.