Browse Source

Changed to rds instead of Rdata

master
Maxime Wack 6 years ago
parent
commit
fe983ad3fd
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Rmd/report.Rmd

+ 2
- 1
Rmd/report.Rmd View File

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


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


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


Loading…
Cancel
Save