Cambio de órden en las columnas del template.
This commit is contained in:
+1
-1
@@ -323,9 +323,9 @@ server <- function(input, output) {
|
|||||||
|
|
||||||
template<-data.frame(
|
template<-data.frame(
|
||||||
Cage=rep(LETTERS[1:ncages], each=nrat_cage*as.numeric(input$ntumors)),
|
Cage=rep(LETTERS[1:ncages], each=nrat_cage*as.numeric(input$ntumors)),
|
||||||
|
Animal=rep(1:(nrat_cage*ncages), each=as.numeric(input$ntumors)),
|
||||||
Date="",
|
Date="",
|
||||||
DayPostInoc="",
|
DayPostInoc="",
|
||||||
Animal=rep(1:(nrat_cage*ncages), each=as.numeric(input$ntumors)),
|
|
||||||
Group="",
|
Group="",
|
||||||
Side=rep(id_tumors, nrat_cage*ncages),
|
Side=rep(id_tumors, nrat_cage*ncages),
|
||||||
Weight="",
|
Weight="",
|
||||||
|
|||||||
Reference in New Issue
Block a user