Description Usage Arguments Author(s) References Examples
Multi-line Comments
1 |
... |
comment, not evaluated. |
http://stackoverflow.com/questions/1231195/multiline-comment-workarounds
1 2 3 4 5 6 7 8 9 10 11 12 | Comment( `
# Put anything in here except back-ticks.
api_idea <- function() {
return TRUE
}
# Just to show api_idea isn't really there...
print( api_idea )
`)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.