# Constructor -------------------------------------------------------------
new_target <- function(x, ..., class = character()) {
new_object(x, ..., class = c(class, "target"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.