View source: R/DiverseFunksjoner.R
GD | R Documentation |
Extend an input parameter to GetData
GD(x, ...)
x |
Original input parameter |
... |
New elements to be added |
Extended version of x
GD("ola",aar=2014)
GD(list("kari",expression(aar>2014)),function(x) x^2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.