ifExistsAndTrue | R Documentation |
Checks if a variable is defined, and its value is TRUE, else returns FALSE, and prints a message.
ifExistsAndTrue(varname = "pi")
varname |
Name of the variable |
ifExistsAndTrue("pi"); ifExistsAndTrue("pi22")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.