recycle: Recycle a vector to the specified length. @param vec The...

Description Usage

Description

Recycle a vector to the specified length.

@param vec The vector to recycle. @param length Either a vector whose length will be matched, or an integer @param na.fill If TRUE, then the vector is simply filled with NAs to match 'length'

@export recycle

Usage

1
recycle(vec, length, na.fill = FALSE)

Cmell/CMUtils documentation built on June 26, 2019, 4:34 p.m.