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

Allow summarize to work with dates #25

Open
hofnerb opened this issue Jan 12, 2016 · 1 comment
Open

Allow summarize to work with dates #25

hofnerb opened this issue Jan 12, 2016 · 1 comment

Comments

@hofnerb
Copy link
Owner

hofnerb commented Jan 12, 2016

e.g. via summarize_numeric()

@hofnerb
Copy link
Owner Author

hofnerb commented Feb 11, 2016

In principle it works. However, the date class is lost when results are written into one combined data set. The problem is especially hard to solve if we want to mix numerics and dates in one summary.

  • The only solution I can currently think of is to coerce the results to characters.
  • Alternatively, one could use another format for the results, i.e., not a data.frame but a matrix type format where every cell has its own class. Is this possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant