Open ddsjoberg opened 1 year ago
Currently, the report would contain the columns that do not inherit the intended class with all rows from the original data frame.
Perhaps it would be better to return a tibble like this:
Since a column can have multiple classes, we'd need to include a paste(cls_vector, collapse = ', ')
paste(cls_vector, collapse = ', ')
Currently, the report would contain the columns that do not inherit the intended class with all rows from the original data frame.
Perhaps it would be better to return a tibble like this:
Since a column can have multiple classes, we'd need to include a
paste(cls_vector, collapse = ', ')