% Generated by roxygen2: do not edit by hand % Please edit documentation in R/complexityDir.R \name{complexityDir} \alias{complexityDir} \title{Scans a directory for R files and run a cyclic complexity analyser on each function found within those files} \usage{ complexityDir(dirname = ".", sort = FALSE) } \arguments{ \item{dirname}{\if{html}{\out{}} The directory to scan (relative or absolute)} \item{sort}{\if{html}{\out{}} Sort the output table by complexity} } \description{ Scans a directory for R files and run a cyclic complexity analyser on each function found within those files }