Go to a value or the edge
search_fun_values_or_edge.Rd
Go to a value or the edge
Arguments
- 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
from
argument when starting the search.- 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.)
See also
Other Sub-table finding:
find_sub_table()
,
search_fun_edge()