inst/shiny-squid/source/utilities/underConstruction.R

# create an icon into input label
underConstruction <- function(Title){ 
  
  return(
    span(
      h3(Title),
      p(HTML('<img src="pictures/underConstruction_pic.png" align="middle" alt="Page Under Construction">'))
    )
  )
}

Try the squid package in your browser

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

squid documentation built on Jan. 22, 2022, 1:06 a.m.