sch: Search

Description Usage Arguments Value Examples

Description

Searches for a value and return rows/values that match.

Usage

1
2
sch(x, search.for, search.col = NULL, do.regex = FALSE,
  ignore.case = TRUE)

Arguments

x

Data frame, tibble, or vector to search.

search.for

String or value to search for.

search.col

Column to search. If NULL, search all columns.

do.regex

Use regular expression to search.

ignore.case

Ignore case when searching.

Value

Search results.

Examples

1
sch( iris, 'seto' )

superchordate/bc documentation built on June 20, 2019, 4:05 p.m.