knitr::opts_chunk$set(
  echo = TRUE
  , fig.path = "/man/figures/"
)
options(knitr.kable.NA = '', digits = 3)
library(ggplot2)
theme_set(theme_void())

cheatR: Catch 'em baddies

This is a mini package to help you find cheaters by comparing hand-ins!
(Read more about the circumstances that brought about the development of this package.)

Download and Install

CRAN downloads

You can install cheatR with:

install.packages("cheatR")

Or get the dev version from github:

# install.packages("remotes")
remotes::install_github("mattansb/cheatR")

See the using cheatR vignette, or use the accompanying Shiny app that can either be run locally

cheatR::catch_em_app()

Or can be found on shinyapps.io!

Limitations?

Authors



mattansb/cheatR documentation built on April 22, 2022, 4:43 p.m.