binary_to_hexadecimal {ISO11784Tools}R Documentation

Binary to Hexadecimal converter

Description

Binary to Hexadecimal converter

Usage

binary_to_hexadecimal(bin)

Arguments

bin

A single binary number as a string

Value

A single hexadecimal number as a string

Examples

binary_to_hexadecimal('1001101')

[Package ISO11784Tools version 1.1.4 Index]