R/extendr-wrappers.R

Defines functions create_combinations

# Generated by extendr: Do not edit by hand

# nolint start

#
# This file was created with the following call:
#   .Call("wrap__make_unsum_wrappers", use_symbols = TRUE, package_name = "unsum")

#' @usage NULL
#' @useDynLib unsum, .registration = TRUE
NULL

create_combinations <- function(mean, sd, n, scale_min, scale_max, rounding_error_mean, rounding_error_sd) .Call(wrap__create_combinations, mean, sd, n, scale_min, scale_max, rounding_error_mean, rounding_error_sd)


# nolint end

Try the unsum package in your browser

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

unsum documentation built on June 20, 2025, 1:08 a.m.