search for: cachedtbl

Displaying 1 result from an estimated 1 matches for "cachedtbl".

Did you mean: cache_ttl
2016 Jun 21
2
Pregunta sobre shinyTable
...el siguiente: Con esta parte de codigo: output$tbl <- renderHtable({ if (is.null(input$tbl)){ #fill table with 0 tbl <- read.csv("C:\\FRANCISCO\\PROYECTOS\\2016\\PROYECTOS\\CALCULADORA_PPC\\DATOS\\CALCULADORA\\CARTERA_PPC.csv", sep = ";") rv$cachedTbl <<- tbl return(tbl) } else{ rv$cachedTbl <<- input$tbl return(input$tbl) } }) Consigo leer una tabla, interactuar con ella y hacer "cositas" resultado de esa interactuacion, pero el problema es que se ven todos los campos y los registros y a mi m...