simple_detective {highlight} | 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)