#' @export
a = 'reexport$a'
box::use(./reexport_sub[a, b, c, d])
b = 'reexport$b'
#' @export
c = 'reexport$c'
#' @export
box::use(
sub = ./reexport_sub[d = c, e = b]
, # Keep trailing comma to test regression of fix for #263.
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.