fccu_extend: Extend a Vector

Description Usage Arguments Value

View source: R/fc_common_utils.R

Description

Extend vector to match max_len by appending to_app.

Usage

1
fccu_extend(vec, max_len, to_app = NA)

Arguments

vec

A vector.

max_len

How long you want vec to be.

to_app

What you want to be appended to vec.

Value

A vector of length max_len.


kmorrisongr/fcan documentation built on Sept. 9, 2020, 10:12 a.m.