assert_pkd_vctr <- function(x) {
if (!inherits(x, "pkd_vctr")) {
abort("`x` must inherit from 'pkd_vctr'")
}
invisible(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.