jbryer / likert

Package to analyze likert based items.
309 stars 124 forks source link

change class checking to inherits() for #55 #56

Closed leeper closed 7 years ago

leeper commented 8 years ago

This updates the code referenced in #55 to use inherits() which should handle "tbl_df" or any other data.frame-derived object specified for the items argument.

jbryer commented 7 years ago

Thanks for the pull request @leeper