to_n {tern} | R Documentation |
Replicate entries of a vector if required
Description
Replicate entries of a vector if required.
Usage
to_n(x, n)
Arguments
x |
( |
n |
( |
Value
x
if it has the required length already or is NULL
,
otherwise if it is scalar the replicated version of it with n
entries.
Note
This function will fail if x
is not of length n
and/or is not a scalar.
[Package tern version 0.9.5 Index]