permutations: Generate permutations of dimensions to find optimal no of...

View source: R/pxweb_split_query.R

permutationsR Documentation

Generate permutations of dimensions to find optimal no of batches

Description

Generate permutations of dimensions to find optimal no of batches

Usage

permutations(n, r, v = 1:n, set = TRUE, repeats.allowed = FALSE)

Arguments

n

See gtools::permutations.

r

See gtools::permutations.

v

See gtools::permutations.

set

See gtools::permutations.

repeats.allowed

See gtools::permutations.

Details

Taken from gtools to minimize dependencies. See permutations of the gtools packages for details


rOpenGov/pxweb documentation built on Feb. 18, 2024, 7:44 a.m.