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)


wrathematics/TAG documentation built on May 20, 2019, 11:37 a.m.