Mercurial > repos > mingchen0919 > rmarkdown_bdss_client
changeset 9:072568c2c96a draft
planemo upload for repository https://github.com/statonlab/docker-GRReport/tree/master/my_tools/rmarkdown_bdss_client commit ea6df97960569d247d64be1549aa90768c9786f4-dirty
author | mingchen0919 |
---|---|
date | Wed, 11 Oct 2017 13:26:29 -0400 |
parents | 32e9649f6939 |
children | b7171118a078 |
files | bdss_client_render.R |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bdss_client_render.R Wed Oct 11 13:25:50 2017 -0400 +++ b/bdss_client_render.R Wed Oct 11 13:26:29 2017 -0400 @@ -35,7 +35,7 @@ # possible values: logical, integer, double, complex, character. ##------- 1. input data --------------------- spec_list=list() -spec_list$URLs = c('urls', 'i', '1', 'character') +spec_list$URLS = c('urls', 'i', '1', 'character') spec_list$ECHO = c('echo', 'e', '1', 'character') ##--------2. output report and outputs -------------- spec_list$REPORT_HTML = c('report_html', 'r', '1', 'character')