VEuPathDB / veupathUtils

A collection of general purpose R helper functions for use in the VEuPathDB project.
Apache License 2.0
0 stars 1 forks source link

improve getDiscretizedBins handling dates #16

Closed asizemore closed 1 year ago

asizemore commented 1 year ago

Resolves #15

This PR makes two main changes:

  1. Removes dates from passing through formatC, since dates are already human readable
  2. Changes the origin in as.Date.

I also spent some time trying to simplify some of the date logic but that became a bigger rabbit hole than i had expected.

Passed integration test ✅