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