Skip to contents

All functions

analyse()
Analyse the Parse Tree of an R Script
arg_names()
Get Argument Names of a Function
extract_from_parse_tree()
Extract Elements from Parse Tree of R Script
find_function_name_duplicates()
Find Duplicated Function Names
find_string_constants()
Show String Constants Used in R Scripts
find_weaknesses_in_scripts()
Find weaknesses in R scripts
get_elements_by_type()
Extract Sections of Same "Type" from Parse Tree
get_full_function_info()
Get information on function definitions in parsed R scripts
get_function_assignments()
Extract the function assignments from an R script
get_function_call_frequency()
Which Function is Called How Often?
get_names_of_used_packages()
Get Names of Packages Used in R-Scripts
get_package_function_usage()
How Often Are the Functions of a Package Used?
get_package_usage_per_script()
Get Package Usage per Script
get_string_constants_in_scripts()
Get Frequency of String Constant Usage in R Scripts
normalise_expression()
Get the Normalised Structure of an Expression
parse_scripts()
Parse all given R scripts into a tree structure
to_full_script_info()
Get script statistics from a list of R script trees
walk_tree()
Walk Along a Parse Tree