Learn R Programming

ISO11784Tools (version 1.2.0)

get_iso11784_format: 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)

Value

A vector of character strings, each item being one of 5 formats: c('unknown', 'isodecimal', 'isodothex','iso64bitl', 'iso64bitr')

Arguments

.data

A vector of character strings

Examples

Run this code
get_iso11784_format(c('3DD.ABC4567890'))

Run the code above in your browser using DataLab