library(knitr)
knitr::opts_knit$set(root.dir = system.file("tag", package="TAG"))



This is just a test to demonstrate integrating a subset of TAG functionality into an interactive tutorial document.

source("global.r")
source("server.r")

ui <- shinyUI(
  fluidPage(
    tabsetPanel(
      tabPanel("Import", htmlOutput("data_import")),
      tabPanel("Inspect", htmlOutput("data_inspect"))
    )
  )
)

shinyApp(ui=ui, server=server)


XSEDEScienceGateways/TAG documentation built on May 9, 2019, 11:05 p.m.