#' A template package to start shiny project
#'
#' The package sets up the mosst basic and relevant shiny package for
#' François Lefebvre.
#'
#' @section ShinyTemp1 functions:
#' The functions ...
#'
#' @docType package
#' @name ShinyTemp1
#' @importFrom dplyr %>% filter mutate count group_by ungroup n summarize
#' @importFrom ggplot2 ggplot aes labs scale_color_manual theme element_rect element_blank
#' element_text theme_minimal
#' @importFrom plotly renderPlotly plotlyOutput
## usethis namespace: start
## usethis namespace: end
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.