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