## Checks ##
#' @export
origins_check <- function(x, y) {
if (!identical(term_origin(x), term_origin(y))) {
stop(call. = FALSE, "terms must share origins.")
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.