From 79755bd1977660788013569660de40a557a7a732 Mon Sep 17 00:00:00 2001 From: Costa <47926492N@ICO.SCS.local> Date: Tue, 22 Dec 2020 15:24:55 +0100 Subject: [PATCH] Corregir error df->dades --- invivos/app.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invivos/app.R b/invivos/app.R index 3d671f8..25c1595 100644 --- a/invivos/app.R +++ b/invivos/app.R @@ -202,7 +202,7 @@ server <- function(input, output) { timepoint<-c(7,10,13,16,19,22,25) if (!is.null(input$file_sizes)){ - dtemplate<-df$db %>% select(-Volume) + dtemplate<-dades$db %>% select(-Volume) dtemplate<-melt(dtemplate, id=c("Cage", "ID animal", "ID tumor", "group"), variable.name = "DPV", value.name = "0") %>% rename("Group"="group") dtemplate<-dtemplate[,c("Cage", "ID animal", "ID tumor", "Group", "DPV", "0")] # template<-expand.grid(dades$db$MouseID, timepoint)