l_path_name <- function(x) {
if(inherits(x, "l_tour") || inherits(x, "l_tour_compound")) {
attributes(x)$names[1L]
} else if (inherits(x, "loon")) {
if(loon::l_isLoonWidget(x))
as.character(x)
else character(0L)
} else character(0L)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.