# <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
#' Add a placeholder to a shiny page
#'
#' @param size no of line breaks to be inserted
#'
#' @export
#'
placeholder <- function(size) {
fluidRow(
p(HTML(paste0(rep("<br/>", size))))
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.