inst/shinyGUI/server/plot_window.R

render_plot_window <- function() { renderUI({
    fluidPage(
        # This window is managed outside of shiny in plotwindow.js
        tags$head(tags$script(src = "plotwindow.js")),

        fluidRow(
            column(12,
                tags$div(id = "plotOutput")
                
            )   
        )
 
        
    )
        
})}
ParkerICI/panorama documentation built on May 24, 2019, 4:08 p.m.