Package implementation added
This commit is contained in:
18
man/complexityDir.Rd
Normal file
18
man/complexityDir.Rd
Normal file
@@ -0,0 +1,18 @@
|
||||
% 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{<character>}} The directory to scan (relative or absolute)}
|
||||
|
||||
\item{sort}{\if{html}{\out{<logical>}} 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
|
||||
}
|
||||
14
man/complexityFile.Rd
Normal file
14
man/complexityFile.Rd
Normal file
@@ -0,0 +1,14 @@
|
||||
% 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
|
||||
}
|
||||
Reference in New Issue
Block a user