Mercurial > repos > greg > r_hello_world
changeset 6:24ccb9f7b637 draft
Uploaded
author | greg |
---|---|
date | Mon, 15 Aug 2016 14:20:27 -0400 |
parents | a11f7a342777 |
children | d48f590690fe |
files | hello_world.R |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hello_world.R Mon Aug 15 14:19:09 2016 -0400 +++ b/hello_world.R Mon Aug 15 14:20:27 2016 -0400 @@ -8,7 +8,7 @@ ) parser <- OptionParser(usage="%prog [options] file", options_list) -args <- parse+args(parser, positional_arguments=TRUE) +args <- parse+args(parser) opt <- args$options fileConn<-file(opt$output)