add | R Documentation |
Add two numbers together
add(x, y)
x |
a number |
y |
another number |
the sum of x
y
this example is taken from the roxygen documnetation here: https://cran.r-project.org/web/packages/roxygen2/vignettes/roxygen2.html
add(1,1)
add(10,1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.