#' Obtain an empty gTree object that can act as a temporary placeholder
#'
#' @aliases placeholder
#' @param name A string indicating the name of the `gTree` object
#' @return An object of class `gTree` with name `name`
placeholder <- function(name = "") gTree(NULL, name = name)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.