verify_setequal: Verify two sets are equal

View source: R/verify_spatq.R

verify_setequalR Documentation

Verify two sets are equal

Description

Check that two arguments contain the same elements. If not, provide an informative error message.

Usage

verify_setequal(set1, set2)

set_string(set)

Arguments

set1

First set

set2

Second set

set

A set

Value

TRUE if all components present, error otherwise

Functions

  • set_string: Paste strings together as a set


jkbest2/spatq documentation built on Sept. 22, 2022, 3:22 a.m.