Description Usage Arguments Details Value Examples
Create a "uts_vector" by replicating the individual "uts" of the input x.
1 2 3 4 5 |
x |
a |
... |
further arguments passed to |
This method is a wrapper around rep in base R that makes sure the returned object is of class "uts_vector".
An object of class "uts_vector".
1 2 3 4 5 6 | # Repeat "uts"
rep(ex_uts(), 4)
# Repeat "uts_vector"
rep(ex_uts_vector(), times=3)
rep(ex_uts_vector(), each=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.