includes: Determine whether one object includes another

View source: R/includes.R

includesR Documentation

Determine whether one object includes another

Description

Determine whether one object includes another

Usage

includes(e1, e2)

Arguments

e1

object to test whether includes e2

e2

object to test whether included in e1

Value

A logical vector indicating whether e1 includes e2


parttime documentation built on May 29, 2024, 6:25 a.m.