R/footer.R

Defines functions footer

footer <- function() {
  dashboardFooter(
    left = tags$text("(c), 2024"), 
    right = tags$text("data4know")
    )
}

Try the dataCompare package in your browser

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

dataCompare documentation built on Nov. 2, 2024, 9:06 a.m.