dbosak01 / libr

An R package to create data libraries and data dictionaries.
27 stars 1 forks source link

Bug in %eq% operator #78

Closed dbosak01 closed 3 years ago

dbosak01 commented 3 years ago

The equality operator is crashing when objects being compared have a different number of classes. Changed to "typeof" instead of "class".