#!/usr/bin/env Rscript
library(readr)
library(dplyr)
library(correctMultiCount)
library(rbenchmark)
data(baseCount)
data(multiCount)
df=correctCounts(baseCount, multiCount)
b = benchmark(df=correctCounts(baseCount, multiCount))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.