Nothing
#' Get the possible log modes
#' @return the possible log modes
#' @examples
#' get_log_modes()
#' @author Richèl J.C. Bilderbeek
#' @export
get_log_modes <- function() {
c(
"autodetect",
"compound",
"tree"
)
}
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.