panels/F8_vit/vit.R

output$VIT.panel <- renderUI({
  shinyjs::runjs(paste0('window.location.href = "https://vit.inzight.nz";'))

  x <- list(
    "Click",
    a("here", href = "https://vit.inzight.nz"),
    "if you are not redirected automatically."
  )
  h4(x)
})
iNZightVIT/Lite documentation built on April 13, 2024, 8:03 p.m.