simple_detective | R Documentation |
This detective only uses semantic information to make its investigation.
simple_detective(x, ...)
x |
output of the parser. The detective is only interested in the token column of the data. |
... |
ignored |
a vector of styles grouping similar tokens together
## Not run: p <- parse( text = deparse( jitter ), keep.source=TRUE ) simple_detective( p ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.