catif | R Documentation |
cat
Calls cat
if cond==TRUE
.
catif(cond, ...)
condition_cat(cond, ...)
cond |
logical: condition, if true then |
... |
further parameters |
Invisibly cond
.
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.