Skip to content

Instantly share code, notes, and snippets.

View mendelevium's full-sized avatar

Martin Dionne mendelevium

View GitHub Profile
@mendelevium
mendelevium / 0-startup-overview.md
Created April 14, 2021 01:59 — forked from dideler/0-startup-overview.md
Startup Engineering notes
@mendelevium
mendelevium / r_tricks.r
Last active August 29, 2015 14:14 — forked from ctokheim/r_tricks.r
# 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