#' @title Mixed Sort
#'
#' @param x Matrix or data.frame
#'
#' @export
mixedsort <- function (x) {
#### Nicked from gtools by Gregory R. Warnes, Ben Bolker, and Thomas Lumley ####
x[mixedorder(x)]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.