View source: R/base_converters.R
binary_to_hexadecimal | R Documentation |
Binary to Hexadecimal converter
binary_to_hexadecimal(bin)
bin |
A single binary number as a string |
A single hexadecimal number as a string
binary_to_hexadecimal('1001101')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.