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

17 lines
245 B
R

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/testpkg.R
\name{square_it}
\alias{square_it}
\title{Square it up}
\usage{
square_it(n)
}
\arguments{
\item{n}{Integer}
}
\value{
Square
}
\description{
Square it up
}