Closed leeper closed 7 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.
inherits()
items
Thanks for the pull request @leeper
This updates the code referenced in #55 to use
inherits()
which should handle "tbl_df" or any other data.frame-derived object specified for theitems
argument.