R/BaseSet-package.R

#' @docType package
#' @keywords internal
#' @details
#' It provides a class [`TidySet`] with methods to do operations with sets.
#' @examples
#' set <- list("A" = letters[1:5], "B" = letters[4:7])
#' TS <- tidySet(set)
#' cardinality(TS)
#' intersection(TS, c("A", "B"))
"_PACKAGE"

## usethis namespace: start
## usethis namespace: end
NULL

Try the BaseSet package in your browser

Any scripts or data that you put into this service are public.

BaseSet documentation built on April 12, 2025, 2:25 a.m.