Added nargin function
This commit is contained in:
parent
03089d7e42
commit
3250349c60
3 changed files with 43 additions and 5 deletions
23
man/nargin.Rd
Normal file
23
man/nargin.Rd
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
% Generated by roxygen2: do not edit by hand
|
||||
% Please edit documentation in R/nargin.R
|
||||
\name{nargin}
|
||||
\alias{nargin}
|
||||
\title{Number of function input arguments}
|
||||
\usage{
|
||||
nargin()
|
||||
}
|
||||
\value{
|
||||
An integer
|
||||
}
|
||||
\description{
|
||||
Returns the number of arguments passed to the parent function
|
||||
}
|
||||
\note{
|
||||
This function only makes sense inside another function
|
||||
}
|
||||
\references{
|
||||
https://stackoverflow.com/q/64422780/1169233
|
||||
}
|
||||
\author{
|
||||
Waldir Leoncio
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue