test_run_command/test_list.R

library(GetoptLong)
cutoff = 0.05
GetoptLong(c(
    "cutoff=f",  "cutoff of something (default is 0.05)",
    "input=s%",   "input file",
    "verbose!", "print messages"
))
jokergoo/GetoptLong documentation built on Oct. 5, 2022, 5:44 p.m.