grapes-nin-grapes: The not-in operator for R.

%nin%R Documentation

The not-in operator for R.

Description

The not-in operator for R.

Usage

x %nin% y

Examples


# Will return rows where carb isn't equal to 1 or 2
d1 = dplyr::filter(mtcars,carb %in% c(1,2))


baynec2/biolabr documentation built on Aug. 8, 2022, 12:02 a.m.