IntDecToBin | R Documentation |
Convert positive integers to their corresponding binary representation.
IntDecToBin(x, m = 31)
x |
an integer vector |
m |
a numeric constant specifying the number of binary digits to use in the output |
a matrix containing the binary representations
x <- c(81, 57, 333)
IntDecToBin(as.integer(x))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.