aboutsummaryrefslogtreecommitdiff
path: root/inst/GUI/server.R
diff options
context:
space:
mode:
Diffstat (limited to 'inst/GUI/server.R')
-rw-r--r--inst/GUI/server.R9
1 files changed, 9 insertions, 0 deletions
diff --git a/inst/GUI/server.R b/inst/GUI/server.R
new file mode 100644
index 00000000..12386f29
--- /dev/null
+++ b/inst/GUI/server.R
@@ -0,0 +1,9 @@
+library(shiny)
+
+shinyServer(function(input, output) {
+ output$test <- renderText({
+ input$test
+ })
+})
+
+# vim: set ts=2 sw=2 foldmethod=marker expandtab:

Contact - Imprint