-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Changing delimiter for uploaded CSV files has no effect. This is due to a bug in the code: the block
if (input$file_type == "text") {
data <- read_delim(file_in$datapath,
delim = input$text_delim,
col_names = TRUE)
upload_delim must be used instead of text_delim
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels