R/addBlueprintPrefix.R

Defines functions addBlueprintPrefix

addBlueprintPrefix <- function(txt) {
  paste0("shiny.blueprint-", txt)
}

Try the shiny.blueprint package in your browser

Any scripts or data that you put into this service are public.

shiny.blueprint documentation built on May 29, 2024, 11:29 a.m.