View source: R/apollo_keepRows.R
apollo_keepRows | R Documentation |
Given a numeric object (scalar, vector, matrix or 3-dim array) keeps only the specified rows.
apollo_keepRows(v, r)
v |
Numeric scalar, vector, matrix or 3-dim array. |
r |
Boolean vector. As many elements as rows in |
The same argument utilities
but with the rows where r==FALSE
removed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.