TEMPORARY RESPONSE:
I began to search for an answer to this problem. This answer will be updated on time.
library(shiny)
shinyServer(function(input, output) {
ntext <- eventReactive(input$goButton, {
stopApp(runApp('C:/Users/Infinite Flash/Desktop/Dashboard'))
})
output$nText <- renderText({
ntext()
})
})
library(shiny)
shinyUI(pageWithSidebar(
headerPanel("actionButton test"),
sidebarPanel(
actionButton("goButton", "Go!"),
p("Click the button to update the value displayed in the main panel.")
),
mainPanel(
textOutput("nText")
)
))
, , stop(runApp('C:/Users/Infinite Flash/Desktop/Dashboard')). , , global.R , 6 , . , , ( global.R , ) .
, , ( , ), :
http://127.0.0.1:7908
$add (, , ): /
. , .