R/mod_body_qpr_rrh_placement.R

Defines functions mod_body_qpr_rrh_placement_server mod_body_qpr_rrh_placement_ui

#' body_rrh_placement UI Function
#'
#' @description A shiny Module.
#'
#' @param id,input,output,session Internal parameters for {shiny}.
#'
#' @noRd 
#'
#' @importFrom shiny NS tagList 
mod_body_qpr_rrh_placement_ui <- function(id){
  ns <- NS(id)
  mod_qpr_ui(id)
}
    
#' body_rrh_placement Server Functions
#'
#' @noRd 
mod_body_qpr_rrh_placement_server <- function(id){
  moduleServer( id, mod_qpr_server(id, header = "Rapid Replacement for RRH", 
                                   subtitle = shiny::h5("Average days to house")))
}
    
## To be copied in the UI
# mod_body_rrh_placement_ui("body_rrh_placement_1")
    
## To be copied in the server
# mod_body_rrh_placement_server("body_rrh_placement_1")
COHHIO/RminorElevated documentation built on Nov. 14, 2024, 6:28 p.m.