Learn R Programming

ISO11784Tools (version 1.2.0)

decimal_to_binary: Decimal to Binary converter

Description

Decimal to Binary converter

Usage

decimal_to_binary(dec)

Value

A single binary number as a string

Arguments

dec

A single decimal number as a string

Examples

Run this code
decimal_to_binary('1234')

Run the code above in your browser using DataLab