Learn R Programming

kldest (version 1.0.0)

combinations: Combinations of input arguments

Description

Combinations of input arguments

Usage

combinations(...)

Value

A data frame with columns named as the inputs, containing all input combinations.

Arguments

...

Any number of atomic vectors.

Examples

Run this code
combinations(a = 1:2, b = letters[1:3], c = LETTERS[1:2])

Run the code above in your browser using DataLab