Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/example_function.R
This is a an example function
1 | example_function(x, y)
|
x |
one vector |
y |
another vector |
It takes two vectors and adds them together.
This function returns the sum of the two vectors as another vector
Matt Simmons mattsimmons@email.com
sum
1 2 3 | x <- 1
y <- 1
example_function(x = x, y = y)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.