Learn R Programming

ISO11784Tools (version 1.2.0)

binary_to_decimal: Binary to Decimal converter

Description

Binary to Decimal converter

Usage

binary_to_decimal(bin)

Value

A single decimal number as a string

Arguments

bin

A single binary number as a string - nchar(bin) <= 54

Examples

Run this code
binary_to_decimal('1001100')

Run the code above in your browser using DataLab