Meredith-Lab / volcalc

volcalc: Calculate Volatility of Chemical Compounds
https://meredith-lab.github.io/volcalc/
Other
4 stars 1 forks source link

Environment choice #76

Closed Aariq closed 10 months ago

Aariq commented 11 months ago

Addresses #37 by adding a new parameter, environment to calc_vol(). This PR also replaces the categorization with dplyr::case_when() with a simpler method using cut(). A side-effect of this is that now the category column is a factor, which seems appropriate.