Learn R Programming

kutils (version 1.73)

all.equal.key: An all.equal method for variable wide keys

Description

Disregards attributes by defaults. Before comparing the two keys, the values are sorted by "name_new").

Usage

# S3 method for key
all.equal(target, current, ..., check.attributes = FALSE)

Arguments

target

A wide variable key

current

A wide variable key

...

Other arguments that are ignored

check.attributes

Default FALSE

Author

Paul E. Johnson <pauljohn@ku.edu>