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