find_unique_row | R Documentation |
Return list of row in fromMD in any of which is matched to what.
find_unique_row(what, fromMD, condition = `==`)
what |
value of sequence for finding |
fromMD |
multi-dimensional target. |
condition |
condition for finding. Default is "==" |
List of unique row which is found in from at each what. NA if it is not found, or multiple index are found.
find_unique_row(c(1,3,5), matrix(c(0,0,1,2,0,0,3,0,0,3,4,4),ncol=2,byrow=TRUE))
#' # c(2,NA,NA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.