Mercurial > repos > mingchen0919 > one_command_liners
comparison tool_template_render.R @ 2:f1f549e6d0bc draft
initial tool
author | mingchen0919 |
---|---|
date | Thu, 22 Feb 2018 23:41:47 -0500 |
parents | |
children | 6da0541944de |
comparison
equal
deleted
inserted
replaced
1:da18ae80603c | 2:f1f549e6d0bc |
---|---|
1 zz = file("warnings_and_errors.txt") | |
2 sink(zz) | |
3 sink(zz, type = "message") | |
4 | |
5 ## get command line inputs into R | |
6 short_flags = extract_short_flags(xml_file_name = 'extract_fields.xml') | |
7 opt = getopt_specification_matrix(short_flags) | |
8 | |
9 sink() |