#' literalLayout
#'
#' literalLayout
#'
#'
#' @inheritParams common_attributes
#'
#' @return a literalLayout list object
#'
#' @export
literalLayout <- function(value = NULL){
Filter(Negate(is.null),
list(
value = value))}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.