view tool_template_render.R @ 2:f1f549e6d0bc draft

initial tool
author mingchen0919
date Thu, 22 Feb 2018 23:41:47 -0500
parents
children 6da0541944de
line wrap: on
line source

zz = file("warnings_and_errors.txt")
sink(zz)
sink(zz, type = "message")

## get command line inputs into R
short_flags = extract_short_flags(xml_file_name = 'extract_fields.xml')
opt = getopt_specification_matrix(short_flags)

sink()