|
|
@ -347,7 +347,8 @@ server <- function(input, output) { |
|
|
|
analysis$taula_vol<-NULL |
|
|
|
observe({ |
|
|
|
if (!is.null(input$file_analy)){ |
|
|
|
table<-read.xlsx(input$file_analy$datapath, sheet = 1, check.names = F, sep.names = " ") |
|
|
|
table<-read.xlsx(input$file_analy$datapath, sheet = 1, check.names = F, sep.names = " ", detectDates = T) |
|
|
|
table$Date<-format(table$Date, format="%d/%m/%Y") |
|
|
|
if ("sex" %in% colnames(table)){table<-select(table, -sex)} |
|
|
|
table$Long<-gsub(",",".", table$Long) |
|
|
|
table$Wide<-gsub(",",".", table$Wide) |
|
|
|