Description Usage Arguments Details Value Examples
View source: R/FunctionsSupplementary.R
Converts numeric format to boolean format.
1 | numToBool(x)
|
x |
numeric value (0, 1) |
If the function is supposed to be used on a vector, the form sapply("vector", numToBool)
needs to be applied.
boolean value (T, F)
1 2 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.