rep_len2: recycle vector along length OR nrow of object

View source: R/package.R

rep_len2R Documentation

recycle vector along length OR nrow of object

Description

repeat vector along the length or nrow of object

Usage

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

Author(s)

Kevin Hadi


kevinmhadi/khtools documentation built on Jan. 16, 2025, 4:18 p.m.