Description Usage Arguments Value Examples
View source: R/basic_functions.R
MultiplyBy23() multiplies the given arugment by 23.
1 |
t |
Numeric argument. |
The value of 23 * t
1 2 3 4 5 6 7 | MultiplyBy23(1)
MultiplyBy23(c(1,3,5))
## Not run:
MultiplyBy23("a") # Nonsensical
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.