decimal_to_hexadecimal: Decimal to Hexadecimal converter

View source: R/base_converters.R

decimal_to_hexadecimalR Documentation

Decimal to Hexadecimal converter

Description

Decimal to Hexadecimal converter

Usage

decimal_to_hexadecimal(dec)

Arguments

dec

A single decimal number as a string

Value

A single hexadecimal number as a string

Examples

decimal_to_hexadecimal('1234')

ISO11784Tools documentation built on April 4, 2025, 12:32 a.m.