View source: R/find_sub_table.R
search_fun_values_or_edge | R Documentation |
Go to a value or the edge
search_fun_values_or_edge(
values,
from = c("row", "column"),
skip = c(0, 0),
exclude_value = FALSE
)
values |
The value to search for |
from |
The location to search from within the block. It must already be found. Options pairs of "up", "row", or "down" and "left", "column", or "right". Defaults to the column and row of the found value. |
skip |
The rows and columns to skip from the |
exclude_value |
Exclude the found value from the edge? (Useful if you are searching for an NA cell at the edge and do not want that NA value in the result.) |
A number for the distance to the edge.
Other Sub-table finding:
find_sub_table()
,
search_fun_edge()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.