intToBin {R.utils}R Documentation

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

Author(s)

Henrik Bengtsson http://www.braju.com/R/


[Package R.utils version 0.5.5 Index]