mymean | R Documentation |
A small example to see how far we come with implementing test driven development in a very controlled situation with a definite and simple solution we can check.
mymean(x, na.rm = T)
x |
vector of numbers |
na.rm |
boolean, should missing values in vector x be ignored? |
average of x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.