Nothing
permutePartsDesign <- function(
v, m = NULL, repetition = FALSE, freqs = NULL,
target = NULL, showDesign = FALSE
) {
stopifnot(is.numeric(v))
return(.Call(`_RcppAlgos_PartitionsCount`, GetTarget(v, target),
v, m, repetition, freqs, FALSE, "==", NULL, NULL,
TRUE, showDesign, FALSE, FALSE))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.