Description Usage Arguments Value
View source: R/fc_common_utils.R
Extend vector to match max_len by appending to_app.
1 | fccu_extend(vec, max_len, to_app = NA)
|
vec |
A vector. |
max_len |
How long you want vec to be. |
to_app |
What you want to be appended to vec. |
A vector of length max_len.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.