Mercurial > repos > mingchen0919 > rmarkdown_collection_builder
comparison collection_list_render.R @ 6:2730c4979dcb draft
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_collection_builder commit 6df7b8ef3a603f7792ed5815ff324ede8a7b2b0b-dirty
author | mingchen0919 |
---|---|
date | Mon, 25 Sep 2017 15:16:06 -0400 |
parents | e43cbef7ba64 |
children | 9c2059916485 |
comparison
equal
deleted
inserted
replaced
5:e43cbef7ba64 | 6:2730c4979dcb |
---|---|
44 ##====== End of arguments handling ========== | 44 ##====== End of arguments handling ========== |
45 | 45 |
46 #------ Load libraries --------- | 46 #------ Load libraries --------- |
47 library(rmarkdown) | 47 library(rmarkdown) |
48 library(htmltools) | 48 library(htmltools) |
49 library(dplyr) | |
49 | 50 |
50 #----- 1. create the report directory ------------------------ | 51 #----- 1. create the report directory ------------------------ |
51 system(paste0('mkdir -p ', opt$list_collection_dir)) | 52 system(paste0('mkdir -p ', opt$list_collection_dir)) |
52 | 53 |
53 #----- 2. generate Rmd files with Rmd templates -------------- | 54 #----- 2. generate Rmd files with Rmd templates -------------- |