binary_to_decimal {ISO11784Tools}R Documentation

Binary to Decimal converter

Description

Binary to Decimal converter

Usage

binary_to_decimal(bin)

Arguments

bin

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

Value

A single decimal number as a string

Examples

binary_to_decimal('1001100')

[Package ISO11784Tools version 1.1.4 Index]