neg | R Documentation |
This function allows you to create a negative number when it might accidentally create an assignment operator.
neg(x)
x < -5 # this actually assigns -5 to x, rather than Checking whether x is less than -5. neg()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.