units library #224
Answered
by
billdenney
xiaohuagong
asked this question in
Q&A
units library
#224
-
In order to achieve automatic units conversion (https://billdenney.github.io/pknca/articles/v07-unit-conversion.html), a units library is needed. There seem quite some such libraries. Is there a shortlist for recommendation? |
Beta Was this translation helpful? Give feedback.
Answered by
billdenney
Jul 21, 2023
Replies: 1 comment
-
It is specifically the units library: https://cran.r-project.org/web/packages/units/ I believe that if you install PKNCA with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
billdenney
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is specifically the units library: https://cran.r-project.org/web/packages/units/
I believe that if you install PKNCA with
install.packages("PKNCA")
,units
will be automatically installed.