count | R Documentation |
Count what in from
count(what, from, condition = `==`)
what |
value of sequence for finding |
from |
index of this argument is returned |
condition |
condition for finding. Default is "==" |
List of count number.
count(c(1,3,5), c(0,1,2,3,3))
# c(1,2,0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.