Skip to content
Snippets Groups Projects
Commit 09a25f6a authored by Holger Brandl's avatar Holger Brandl
Browse files

finished iteration

parent 1bd0150a
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,7 @@ set_names <- function(df, newnames){
print_head <- function(df, desc=NULL){
print(head(df))
print(nrow(df))
return(df)
}
......
......@@ -32,6 +32,7 @@ options(width=150)
'
ls()
## custom title http://stackoverflow.com/questions/14124022/setting-html-meta-elements-with-knitr
opts_chunk$set(cache = TRUE, fig.width=10, width=120)
knit2html(basename(mdScript), header=cssHeader)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment