## pl1 <- pl(wrap_logger,
## a = function(x, a = 1, ...) {inset(x, "a", a)},
## b = function(x, b = 2, ...) {inset(x, "b", b)})
## pl2 <- pl(pl1,
## c = function(x, c = 3, ...) {inset(x, "c", c)})
## pl2("isdfds")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.