View source: R/base_converters.R
decimal_to_binary | R Documentation |
Decimal to Binary converter
decimal_to_binary(dec)
dec |
A single decimal number as a string |
A single binary number as a string
decimal_to_binary('1234')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.