Nothing
#' Get path to bundled AIGRA example item bank
#'
#' @return Path to the bundled example CSV item bank.
#' @export
aigra_example_item_bank <- function() {
path <- system.file(
"extdata",
"aigra_example_items.csv",
package = "AIGRA"
)
if (!nzchar(path)) {
stop("Bundled example item bank not found.")
}
path
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.