check_match: identified whether the user’s requirement existed within the...

Description Usage Arguments Value Examples

View source: R/map_safe.R

Description

identified whether the user’s requirement existed within the dataset.

Usage

1
check_match(.data, ...)

Arguments

.data

a dataframe

...

Arguments passed to filter

Value

A logical vector

Examples

1
2
3
if (require(dplyr)){
check_match(starwars, height == 172)
}

kpien/msafer documentation built on Dec. 25, 2019, 5:12 a.m.