Nothing
#' Get the possible log sorts
#' @return the possible log sorts
#' @examples
#' get_log_sorts()
#' @author Richèl J.C. Bilderbeek
#' @export
get_log_sorts <- function() {
c(
"alphabetic",
"none",
"smart"
)
}
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.