15 lines
451 B
R
15 lines
451 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/complexityFile.R
|
|
\name{complexityFile}
|
|
\alias{complexityFile}
|
|
\title{Scans a file and runs a cyclic complexity analyser on each function found}
|
|
\usage{
|
|
complexityFile(filename)
|
|
}
|
|
\arguments{
|
|
\item{filename}{\if{html}{\out{<character>}} The filename to scan (relative or absolute)}
|
|
}
|
|
\description{
|
|
Scans a file and runs a cyclic complexity analyser on each function found
|
|
}
|