Adding a class to dplyr mutate .data argument gives Error in `vec_data()`: ! `x` must be a vector, not a object
After appending a new class to a data frame, I can no longer run dplyr functions on the data frame. Two examples here. Initially I can apply dplyr::mutate and dplyr::filter with no problems.