get_iso11784_format {ISO11784Tools} | R Documentation |
ISO11784 Pattern detection routine to identify (as far as possible) the input format
Description
ISO11784 Pattern detection routine to identify (as far as possible) the input format
Usage
get_iso11784_format(.data)
Arguments
.data |
A vector of character strings |
Value
A vector of character strings, each item being one of 5 formats: c('unknown', 'isodecimal', 'isodothex','iso64bitl', 'iso64bitr')
Examples
get_iso11784_format(c('3DD.ABC4567890'))
[Package ISO11784Tools version 1.1.4 Index]