#!/usr/bin/env Rscript
library(argparse)
parser <- ArgumentParser()
parser$add_argument("--test", type = "character")
args <- parser$parse_args()
args
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.