mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2026-06-19 05:07:30 +02:00
docs and name update
This commit is contained in:
parent
9a069a422f
commit
9d53f84427
7 changed files with 39 additions and 10 deletions
|
|
@ -17,7 +17,8 @@ server <- function(input, output, session) {
|
|||
dat <- shiny::reactive({
|
||||
shiny::req(input$ds)
|
||||
|
||||
read_input(input$ds$datapath)
|
||||
read_input(input$ds$datapath) |>
|
||||
parse_data()
|
||||
})
|
||||
|
||||
# getData <- reactive({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue