lestrade: lestrade

Description Usage Arguments Value See Also Examples

Description

basic investigation, only involving syntax.

Usage

1

Arguments

data

data frame, typically coming from [utils::getParseData()]

...

additional parameters

Value

data with the additional columns - 'class' which simplifies the 'token' column from [utils::getParseData()] - 'style' always an empty string

See Also

[sherlock()] for more investigation

Examples

1
2
3
4
5
## Not run: 
p <- parse( text = deparse( jitter ), keep.source=TRUE )
simple_detective( getParseData(p) )

## End(Not run)

romainfrancois/highlight documentation built on May 27, 2019, 1:48 p.m.