Skip to content

Instantly share code, notes, and snippets.

@lindemann09
Last active November 4, 2021 15:53
Show Gist options
  • Save lindemann09/f34bb93d315587d0e8736161fad8de65 to your computer and use it in GitHub Desktop.
Save lindemann09/f34bb93d315587d0e8736161fad8de65 to your computer and use it in GitHub Desktop.
Sheck Statsshare Item
check_item <- function(...) {
if (!("exams" %in% installed.packages()[ , "Package"])){
install.packages("exams")
}
file = rstudioapi::getSourceEditorContext()$path
exams::exams2html(file)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment