.find_a_number | R Documentation |
Used for finding all sequences of one number in a vector and start indexes and lengths of each sequence are returned to the user
.find_a_number(vector, specNumber)
vector |
a generic vector of any length |
specNumber |
a number that you would like to find all sequences of |
vector of all occurrences lengths of each sequence and the index of each start
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.