|
@ -338,6 +338,9 @@ server <- function(input, output) { |
|
|
arrange(DayPostInoc, Animal, Side) %>% |
|
|
arrange(DayPostInoc, Animal, Side) %>% |
|
|
select(Animal, Date, DayPostInoc, Group, Side, |
|
|
select(Animal, Date, DayPostInoc, Group, Side, |
|
|
Weight, Long, Wide, Volume, Observations) |
|
|
Weight, Long, Wide, Volume, Observations) |
|
|
|
|
|
if ("Abs" %in% colnames(read.xlsx(input$file_sizes$datapath, sheet = 1, check.names = F, sep.names = " ", detectDates = T,cols=1:11))){ |
|
|
|
|
|
dtemplate<-rename(dtemplate, "Abs"="Volume") |
|
|
|
|
|
} |
|
|
}else{ |
|
|
}else{ |
|
|
|
|
|
|
|
|
template<-data.frame( |
|
|
template<-data.frame( |
|
|