oneToNULL | R Documentation |
oneToNull
is a utility function that returns NULL when a value of
0 or 1 is passed to it, otherwise it returns the original value.
oneToNULL(value, convertOneToNULL)
value |
The value to check. |
convertOneToNULL |
TRUE to convert 1 to NULL. |
NULL if value is 0 or 1, otherwise value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.