View source: R/DiverseFunksjoner.R
Separate | R Documentation |
Assign named elements of a list or data.frame to caller's environment
Separate(x)
x |
A list or data.frame |
The function returns only NULL, but breaks the rules for ordinary functions. Objects are written to caller's environment.
Separate(data.frame(aAa=1:3, bBb=100))
aAa*bBb
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.