#' @export
anyDuplicated.term <- function(x, incomparables = FALSE, ...) {
anyDuplicated(as_term_rcrd(x), incomparables = incomparables, ...)
}
#' @export
anyDuplicated.term_rcrd <- function(x, incomparables = FALSE, ...) {
chk_false(incomparables)
chk_unused(...)
anyDuplicated(as.data.frame(x))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.