#' Picks last element of input #' @export pick_last_element = function(x) { x = unlist(x) y = x[length(x)] return(y) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.