Explorar el Código

Changed to rds instead of Rdata

master
Maxime Wack hace 6 años
padre
commit
fe983ad3fd
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      Rmd/report.Rmd

+ 2
- 1
Rmd/report.Rmd Ver fichero

@@ -13,7 +13,8 @@ library(knitr)
#library(pander)
#library(DT)

load("../results.Rdata")
readRDS("../results.rds") %>%
list2env(envir = globalenv())

opts_chunk$set(echo = F,
message = F,


Cargando…
Cancelar
Guardar