knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

statwords

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("LucyMcGowan/statwords")

Example

library(statwords)
highlight_stat_text("Here are some sentences. This one talks about statistics, like p-value. This one talks about odds ratios.", "example.html")



LucyMcGowan/statwords documentation built on May 5, 2019, 8:17 a.m.