Description Usage Arguments Details Examples
View source: R/create_and_annotated.R
Create conditional annotations, and save them for further use.
1 |
... |
An examplary call that produces a print output to be annotated. |
Run create_annotation() and follow inline instructions, or add an unquoted call as an argument.
1 2 3 | require(datasets)
if(interactive())
create_annotation(lm('dist ~ speed', cars))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.