Description Usage Arguments Value Examples
View source: R/create_and_annotated.R
Get annotated output in console.
1 |
... |
A call to a function to get annotations. |
The function invisibly returns an evaluated call to a function. For example, if ‘annotated(lm(a ~ b))' was called, it will return fitted 'lm' object, as if annotated weren’t there. Annotations are printed in the console at all times, even when the value is being assigned to an object.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.