binary_to_hexadecimal: Binary to Hexadecimal converter

View source: R/base_converters.R

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

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