library(invoicer) # Load data x <- readRDS(params$data) # Attach parameters x$params$date_created <- params$date_created x$params$date_due <- params$date_due
invoicer_html(x, include_dates = params$include_dates, aggregate = params$aggregate)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.