View source: R/find_weaknesses_in_scripts.R
find_weaknesses_in_scripts | R Documentation |
Find weaknesses in R scripts
find_weaknesses_in_scripts(
x = parse_scripts(root),
root = NULL,
min_duplicate_string_length = 6L,
min_duplicate_frequency = 3L
)
x |
list of named parse trees as returned by
|
root |
path to folder containing R scripts |
min_duplicate_string_length |
minimum number of characters that a string constant must have to be considered as a duplicate |
min_duplicate_frequency |
minimum frequency of a string constant to be considered as a duplicate |
data frame with columns file
, expression
,
frequency
, recommendation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.