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

Make time appear in a human readable format #15

Closed
8 tasks done
mbcann01 opened this issue Jun 28, 2022 · 1 comment
Closed
8 tasks done

Make time appear in a human readable format #15

mbcann01 opened this issue Jun 28, 2022 · 1 comment

Comments

@mbcann01
Copy link
Member

mbcann01 commented Jun 28, 2022

Currently, the time variable shows up as the numeric underlying value for the time. For example, the minimum value shows up as 31046 instead of 1960-01-01 08:37:26 UTC. The second version would also be confusing, but at least it's less confusing than 31046. Need to make the output more readable. Perhaps convert to character first.

  • Get code working
  • Test on README
  • Create new screenshots for README
  • Update documentation
  • devtools::check()
  • Update news
  • Merge into master
  • Commit, push, close
mbcann01 added a commit that referenced this issue Jul 14, 2022
- If .x is hms, we need to convert it to numeric before calculating min, mode, max. We will then need to convert it back to hms before returning the table of summary statistics that is fed into flextable and then embedded in the Word document.
@mbcann01 mbcann01 reopened this Jul 16, 2022
@mbcann01
Copy link
Member Author

mbcann01 commented Jul 16, 2022

Fix (!mode_char) error

When running the L2C data through codebook(), I got the folloowing error:

Warning in if (!mode_char) { :
  the condition has length > 1 and only the first element will be used

mbcann01 added a commit that referenced this issue Jul 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant