r-builds/test/testpkg/man/subtract_it.Rd
2022-08-17 14:30:55 -05:00

19 lines
284 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/testpkg.R
\name{subtract_it}
\alias{subtract_it}
\title{Subtract it}
\usage{
subtract_it(a, b)
}
\arguments{
\item{a}{Number}
\item{b}{Number}
}
\value{
Difference of numbers
}
\description{
Subtract it
}