inst/examples/imageIcon/ui.R

shinyUI(
  fluidPage(
    tags$head(
      tags$style(HTML(css))
    ),
    br(),
    fluidRow(
      column(
        width = 4,
        tags$h1("Icons from images"),
        tags$hr(),
        jstreeOutput("mytree")
      ),
      column(
        width = 8,
        tags$h3("The images are in the www folder."),
        br(),
        uiOutput("png")
      )
    )
  )
)

Try the jsTreeR package in your browser

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

jsTreeR documentation built on July 4, 2024, 9:08 a.m.