Nothing
#!/usr/bin/env Rscript
library(argparser)
ap <- arg_parser("test")
ap <- add_argument(ap, "--n-cores", default=1L, help="number of cores")
ap <- add_argument(ap, "--num-proc", default=1L, help="number of processes")
args <- parse_args(ap)
print(names(args))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.