expand_v: Expand all pairwise combinations of two vectors into one...

Description Usage Arguments Value

View source: R/fn_aux.R

Description

Similar to expand.grid but inputs two vectors and returns a single character vector with the values from the two vectors separated by "_" by default.

Usage

1
expand_v(x, y, sep = "_")

Arguments

x

Vector

y

Vector

sep

Like paste, specifies character(s) to separate vector values

Value

Vector (character)


Sz-Tim/gbPopMod documentation built on Dec. 7, 2020, 1:07 p.m.