Mercurial > repos > greg > bmsb
comparison bmsb.R @ 14:5ba47f694b0a draft
Uploaded
| author | greg |
|---|---|
| date | Tue, 16 Aug 2016 10:06:33 -0400 |
| parents | 860730afa679 |
| children | 86dd2729766d |
comparison
equal
deleted
inserted
replaced
| 13:860730afa679 | 14:5ba47f694b0a |
|---|---|
| 1 #!/usr/bin/env Rscript | 1 #!/usr/bin/env Rscript |
| 2 | 2 |
| 3 #suppressPackageStartupMessages(library("optparse")) | 3 #suppressPackageStartupMessages(library("optparse")) |
| 4 #suppressPackageStartupMessages(library("rjson")) | |
| 5 | 4 |
| 6 options_list <- list( | 5 options_list <- list( |
| 7 make_option(c("-s", "--save_log"), action="store_true", default=FALSE, help="Save R logs"), | 6 make_option(c("-s", "--save_log"), action="store_true", default=FALSE, help="Save R logs"), |
| 8 make_option(c("-m", "--output_r_log"), action="store", help="Output dataset for R logs"), | 7 make_option(c("-m", "--output_r_log"), action="store", help="Output dataset for R logs"), |
| 9 make_option(c("-o", "--output"), action="store", help="Output dataset") | 8 make_option(c("-o", "--output"), action="store", help="Output dataset") |
