isodecimal_to_isodothex {ISO11784Tools} | R Documentation |
ISO11784 15 Digit Decimal format To ISO11784 Dot Hexadecimal
Description
ISO11784 15 Digit Decimal format To ISO11784 Dot Hexadecimal
Usage
isodecimal_to_isodothex(.data)
Arguments
.data |
A vector of ISO11784 15 Digit Decimal format strings. |
Value
A vector of Dot Hexadecimal format strings.
Examples
isodecimal_to_isodothex(c('989737733408912'))
[Package ISO11784Tools version 1.1.4 Index]