#' Title
#'
#' @param x
#'
#' @return
#' @export
#'
#' @examples
all_combs <- function(x) {
map(seq_along(x), ~ combn(x, .x, simplify = FALSE)) %>%
flatten()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.