Note: I'm currently taking a break from this course to focus on my studies so I can finally graduate
I hereby claim:
- I am mendelevium on github.
- I am martindionne (https://keybase.io/martindionne) on keybase.
- I have a public key whose fingerprint is 3C75 09BF 9E21 11D4 070C 325C 7B5D 35C5 452F 2ADD
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Run r script | |
| Rscript myscript.R # from command line | |
| source('myscript.R') # within R | |
| ### Use getopt to parse arguments!!! | |
| library('getopt') | |
| # set up command line arguments | |
| # 0: no argument | |
| # 1: required argument |