We need to make sure all functions accept tbl_df objects

Issue #49 resolved
Jason Vander Heiden created an issue

I fixed a few bugs that appeared when dplyr::tbl_df object is passed into a function instead of a data.frame, but I'm sure there are many more waiting to be found.

Comments (4)

  1. Jason Vander Heiden reporter

    This basically means changing every instance of df[, column_name] to df[[column_name]]

  2. Log in to comment