seq_len_cpp | R Documentation |
Creates a vector containing a sequence of values starting at 1 and going to the terminal point.
seq_len_cpp(n)
n |
An |
A vector
containing values moving from 1 to n.
James J Balamuta
#Call with the following data: seq_len_cpp(5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.