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

cont with qc reporting

parent 7f09068d
No related branches found
No related tags found
No related merge requests found
require.auto(ggplot2)
require.auto(scales)
require(grid)
......@@ -9,7 +9,6 @@ scale_fill_redgreed <- function() scale_fill_manual(values = c("red","darkgreen"
rotXlab <- function() theme(axis.text.x = element_text(angle = 90, hjust = 1))
require(grid)
# Multiple plot function
......
## a thin wrapper around spin to make it more useful with more custom output
require(plyr)
require(knitr)
require(stringr)
......
spinr(){
if [ $# -ne 1 ]; then
echo -e "Usage: spinr <script.R>\nJust knit R documents as they are, no markdown is required (but supported to some extent)"
if [ $# -lt 1 ]; then
echo -e "Usage: spinr <script.R> [<other args>*]\nJust knit R documents as they are, no markdown is required (but supported to some extent)"
return
fi
......
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