Learn R Programming

ISO11784Tools (version 1.2.0)

binary_to_hexadecimal: Binary to Hexadecimal converter

Description

Binary to Hexadecimal converter

Usage

binary_to_hexadecimal(bin)

Value

A single hexadecimal number as a string

Arguments

bin

A single binary number as a string

Examples

Run this code
binary_to_hexadecimal('1001101')

Run the code above in your browser using DataLab