hexadecimal_to_binary {ISO11784Tools} | R Documentation |
Hexadecimal to Binary converter This is simply a wrapper for decimal_to_binary and hexadecimal_to_decimal
Description
Hexadecimal to Binary converter This is simply a wrapper for decimal_to_binary and hexadecimal_to_decimal
Usage
hexadecimal_to_binary(hex)
Arguments
hex |
A single hexadecimal number as a string |
Value
A single binary number as a string
Examples
hexadecimal_to_binary('ABC123')
[Package ISO11784Tools version 1.1.4 Index]