udunits2-package {udunits2} | R Documentation |
udunits-2 bindings for R
Description
This package provides simple bindings to version 2 of Unidata's udunits library
Details
Package: | udunits2 |
Type: | Package |
Version: | 0.6 |
Date: | 2011-02-11 |
License: | GPL-2 |
LazyLoad: | yes |
This package provides simple bindings to the version 2 API of Unidata's udunits library. While the entire API is not supported, we have chosen to boil it down to a few simple functions to be able to exploit the most useful functionality that the library provides. This package provides the following functions:
-
ud.is.parseable
-
ud.get.name
-
ud.get.symbol
-
ud.are.convertible
-
ud.convert
Please see the respective function help pages for further details and usage.
Author(s)
James Hiebert <hiebert@uvic.ca>
Maintainer: James Hiebert <hiebert@uvic.ca>
References
Unidata's udunits web page: https://www.unidata.ucar.edu/software/udunits/
See Also
ud.is.parseable ud.get.name ud.get.symbol
ud.are.convertible ud.convert