brad-cannell / codebookr

Create Codebooks From Data Frames
https://brad-cannell.github.io/codebookr/
Other
25 stars 5 forks source link

Make time appear in a human readable format #15

Closed mbcann01 closed 1 year ago

mbcann01 commented 2 years ago

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.

mbcann01 commented 1 year ago

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