Last active
November 4, 2021 15:53
-
-
Save lindemann09/f34bb93d315587d0e8736161fad8de65 to your computer and use it in GitHub Desktop.
Sheck Statsshare Item
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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