| catif | R Documentation |
Calls cat if cond==TRUE.
catif(cond, ...)
cond |
logical: condition, if true then |
... |
further parameter given to |
nothing
catif(TRUE, "PDF") # should appear
catif(FALSE, "Moodle") # should not appear
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.