mirror of
https://github.com/FlipsideCrypto/shiny_template.git
synced 2026-02-06 10:46:45 +00:00
5 lines
83 B
R
5 lines
83 B
R
library(shiny)
|
|
source("global.R")
|
|
server <- function(input, output, session) {
|
|
|
|
} |