##' @title
##' @param data dataframe
##' @return
##' @author Aaron Conway
##' @importFrom mokken check.iio
##' @export
create_iio <- function(data) {
summary(check.iio(as.matrix(data), item.selection = FALSE))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.