trim_leading_values | R Documentation |
trim leading repeats of a given value from a vector
trim_leading_values(x, value = 0)
x |
vector of the same type as |
value |
value of which to remove leading repeats |
a vector trimmed of all leading values equal to value
Charles Morefield
trim_leading_values(c(0,0,0,1,2,3)) trim_leading_values(c('a','a','d','e'), 'a')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.