R.utils (version 1.27.1)

intToBin: Converts an integer to a binary/octal/hexadecimal number

Description

Converts an integer to a binary/octal/hexadecimal number.

Usage

intToBin(x)
 intToOct(x)
 intToHex(x)

Arguments

x
An integer to be converted.

Value