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