changeset 5:a11f7a342777 draft

Uploaded
author greg
date Mon, 15 Aug 2016 14:19:09 -0400
parents f3737c086298
children 24ccb9f7b637
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:17:51 2016 -0400
+++ b/hello_world.R	Mon Aug 15 14:19:09 2016 -0400
@@ -3,7 +3,7 @@
 suppressPackageStartupMessages(library("optparse"))
 
 
-option_list <- list(
+options_list <- list(
     make_option(c("-o", "--output"), action="store", help="Output dataset")
 )