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

We're pleased to announce the first release of the Literasee package. The package isn't available on CRAN yet so you'll need to install it off of GitHub.

devtools::install_github("centerforassessment/Literasee")

There’s not much in the package yet: Just a single function reportSGP.

library(Literasee)
reportSGP()

You can see the documentation for more info on the reportSGP arguments.

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.