Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate clean cols #8

Closed
wants to merge 4 commits into from
Closed

Separate clean cols #8

wants to merge 4 commits into from

Commits on Jan 11, 2019

  1. modify clean_ fns to write to separate columns

    This is in accordance with @dirkschumacher's suggestion in #1 Also, I
    found the `comment()` function, which seems really useful for this task
    :)
    zkamvar committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    dcfac75 View commit details
    Browse the repository at this point in the history
  2. add more stable checks for comments

    This scheme prevents previously cleaned variables from being "cleaned"
    twice (e.g. the messy_dates being converted back to messy character
    data.
    zkamvar committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    34fc4dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8b4b8b View commit details
    Browse the repository at this point in the history
  4. update some documentation

    zkamvar committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    99259ae View commit details
    Browse the repository at this point in the history