Nothing
#' Add teachingApps CSS style rules to an app
#'
#' @importFrom shiny getShinyOption tags
#' @details This function should not be called directly but must be
#' be included within the body of an app's \code{ui}
#' @return teachingApps style rules defined to an app
#' @seealso \code{\link{add_theme}}
#' @export
add_css <- function()
{
main <- tags$head(tags$link(rel = 'stylesheet',
type = 'text/css',
href = 'teachingApps/css/teachingApps.css'))
return(main)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.