Skip to content

Commit

Permalink
bring back xpt
Browse files Browse the repository at this point in the history
  • Loading branch information
bzkrouse committed Mar 30, 2024
1 parent 73eb2bc commit 5b5e7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/mod_load.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ load_ui <- function(id){
choices = c("Auto", "Upload", "Example"), selected = "Auto"),
fluidRow(
conditionalPanel("input.data_source=='Upload'",
column(6, fileInput(ns("data_load"), buttonLabel = "Load Data", label = NULL, accept = c(".csv",".sas7bdat",".rds"))),
column(6, fileInput(ns("data_load"), buttonLabel = "Load Data", label = NULL, accept = c(".csv",".sas7bdat",".rds",".xpt"))),
ns = ns)
),
fluidRow(
Expand Down

0 comments on commit 5b5e7c2

Please sign in to comment.