Description Usage Arguments Details Value
Take the vector x
,
then extend it until to length(x) = long
.
1 | extend_vector(x, long)
|
x |
any vector. |
long |
an integer, that corresponds
to the whished |
None.
Return a vector of length(x) = long
built by recycling x
as many times as necessary,
then truncated at length(x) = long
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.