decimal_to_binary {ISO11784Tools} | R Documentation |
Decimal to Binary converter
Description
Decimal to Binary converter
Usage
decimal_to_binary(dec)
Arguments
dec |
A single decimal number as a string |
Value
A single binary number as a string
Examples
decimal_to_binary('1234')
[Package ISO11784Tools version 1.1.4 Index]