example_function: Example function

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/example_function.R

Description

This is a an example function

Usage

1

Arguments

x

one vector

y

another vector

Details

It takes two vectors and adds them together.

Value

This function returns the sum of the two vectors as another vector

Author(s)

Matt Simmons mattsimmons@email.com

See Also

sum

Examples

1
2
3
x <- 1
y <- 1
example_function(x = x, y = y)

mattsq/examplePackage documentation built on May 23, 2020, 12:23 p.m.