#' @export
print.GDPR <- function(x, ...) {
cat(attr(x, "title"), "(", attr(x, "abbrv"), attr(x, "regulation"), ")\n")
cat("Dated:", attr(x, "dated"), ", Updated:", attr(x, "dated"), "\n")
NextMethod()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.