#!/usr/bin/env Rscript
R.utils::sourceDirectory("R")
args <- (commandArgs(trailingOnly = TRUE))
data_f <- args[1]
data_truth <- args[2]
prefix <- args[3]
run_TPR_real(data_f, data_truth, prefix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.