hello: My hello world function

Description Usage Arguments Value Examples

View source: R/hello.R

Description

My hello world function

Usage

1
hello(n = 5)

Arguments

n

Number of random numbers

Value

A vector of length n

Examples

1
2
3
4
5
res <- hello(5)
## Not run: 
hello(10)

## End(Not run)

arraytools/rtoy documentation built on April 22, 2020, 5:18 p.m.