View source: R/report_about_scripts.R
report_about_r_scripts | R Documentation |
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.
report_about_r_scripts( root, scripts = dir(root, "\\.R$", ignore.case = TRUE, recursive = TRUE), show = TRUE )
root |
path to directory from which to start looking for R scripts |
scripts |
optional. Paths to R scripts, relative to the path given in
|
show |
if |
path to the created HTML file, invisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.