changeset 1:65fb665f37e3 draft

Uploaded
author greg
date Mon, 15 Aug 2016 13:56:03 -0400
parents 304377330941
children fa71365e68b6
files hello_world.R
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hello_world.R	Mon Aug 15 13:33:07 2016 -0400
+++ b/hello_world.R	Mon Aug 15 13:56:03 2016 -0400
@@ -7,6 +7,5 @@
     make_option(c("-o", "--output"), action="store", help="Output dataset")
 )
 
-line<-"Hello World"
-base::save(line, file=opt$output)
+base::save("Hello world!", file=opt$output)