#' Gets the new index of a list
#' @export
#'
next_in_line <-
function(list) {
return(length(list) + 1)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.