R/propShowId.R

Defines functions propShowId

Documented in propShowId

#' 
#' @describeIn propUiName name for ui element that shows the property value
#'
propShowId <- function(propName, moduleId){
    paste0(gsub(".", "", propName, fixed=TRUE), "Show", moduleId)
}
IvoryC/shinyBioLockJ documentation built on May 29, 2021, 7:40 a.m.