This website works better with JavaScript.
Home
Explore
Help
Sign In
maxx
/
tidyflow
mirror of
https://github.com/maximewack/tidyflow
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Changed to rds instead of Rdata
master
Maxime Wack
6 years ago
parent
53340a4c75
commit
fe983ad3fd
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
Rmd/report.Rmd
+ 2
- 1
Rmd/report.Rmd
View File
@@ -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,
Write
Preview
Loading…
Cancel
Save