powered by
Create record-pair combination of a vector's elements.
make_pairs( x, strata = NULL, repeats_allowed = TRUE, permutations_allowed = FALSE )make_pairs_wf_source(..., data_source = NULL)
make_pairs_wf_source(..., data_source = NULL)
[atomic].
[atomic]
Subsets of x. A blocking attribute limiting the combinations created.
x
[logical] If TRUE, repetitions are included.
[logical]
TRUE
[logical] If TRUE, permutations are included.
Arguments passed to make_pairs.
make_pairs
[character]. Data source identifier. Limits to record-pairs to those from different sources.
[character]
A list of indexes and values of record-pair combinations
list
eval_sub_criteria
# NOT RUN { make_pairs(month.abb[1:4]) make_pairs(month.abb[1:4], strata = c(1, 1, 2, 2)) # }
Run the code above in your browser using DataLab