grapes-notin-grapes: Adds a %notin% Function

%notin%R Documentation

Adds a %notin% Function

Description

Negates %in% for easier (miss)matching.

Usage

x %notin% table

Arguments

x

A character string to match.

table

A table containing values to match x against.

Value

A logical vector, indicating if a mismatch was located for any element of x: thus the values are TRUE or FALSE and never NA.


ropensci/nasapower documentation built on Feb. 23, 2025, 9:14 p.m.