grapes-ni-grapes: Not Include In

%ni%R Documentation

Not Include In

Description

Use to filter that are not in.

Usage

x %ni% table

Arguments

x

A variable.

table

A data frame.

Details

  • Data must have a categorical variable you want to know the most frequent value.

Examples

library(tidyverse)

 iris %>%
 filter(Species %ni% "setosa") %>%
 group_by(Species) %>%
 summarise(nb=dplyr::n())


Jofou/jofou.lib documentation built on May 22, 2022, 11:42 a.m.