R/ShinyTemp1-package.R

#' 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
FrankLef/ShinyTemp1 documentation built on Feb. 25, 2022, 12:23 p.m.