rep_len2: recycle vector along length OR nrow of object

View source: R/misc_utils.R

rep_len2R Documentation

recycle vector along length OR nrow of object

Description

recycle vector along length OR nrow of object

recycle vector along length OR nrow of object

Usage

rep_len2(x, objalong, uselen = TRUE)

rep_len2(x, objalong, uselen = TRUE)

Arguments

x

data

objalong

any object to recycle x along if uselen = TRUE, or an actual integer value if uselen = FALSE

Value

vector

vector

Author(s)

Kevin Hadi


mskilab/gGnome documentation built on May 8, 2024, 4:25 p.m.