stat2/man/hello.Rd
2023-01-07 19:25:54 +01:00

13 lines
128 B
R

\name{hello}
\alias{hello}
\title{Hello, World!}
\usage{
hello()
}
\description{
Prints 'Hello, world!'.
}
\examples{
hello()
}