Create a HTML Report about each R script below a root directory. The report will contain an overview plot showing the number or rows for each script. In addition, one plot is generated per script, showing for each function defined in the script, the number of expressions contained in the function.
Usage
report_about_r_scripts(
root,
scripts = dir(root, "\\.R$", ignore.case = TRUE, recursive = TRUE),
show = TRUE
)