index_val | R Documentation |
Get index of a value in dataframe, row or colum or both
index_val(data, value, ind = NULL, pair = NULL)
data |
specify a dataframe |
value |
specify the of which the index will be returned |
ind |
specify the index to be returned: "row", "col","both" |
pair |
TRUE/FALSE if the index to be returned as pairs like [x,y] |
the index of a value: within a column, a row, or both like [x,y]
Ibrahim H. Elkhidir
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.