get_iso11784_format: ISO11784 Pattern detection routine to identify (as far as...

View source: R/utilities.R

get_iso11784_formatR 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'))

ISO11784Tools documentation built on March 7, 2023, 8:04 p.m.