Description Usage Arguments Value Note Author(s) See Also Examples
This detective only uses semantic information to make its investigation.
| 1 | simple_detective(x, ...)
 | 
| x | output of the parser. The detective is only interested in the token.desc column of the data. | 
| ... | Ignored | 
a vector of styles grouping similar tokens together
the "default" stylesheet is well suited to work with this detective
Romain Francois <romain@r-enthusiasts.com>
| 1 2 3 4 5 | ## Not run: 
p <- parser( text = deparse( jitter ) )
simple_detective( p )
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.