modifier | R Documentation |
Create or read a set of data modification rules
modifier(..., .file, .data)
... |
A comma-separated list of modification rules. |
.file |
(optional) A character vector of file locations. |
.data |
(optional) A |
An object of class modifier
.
m <- modifier( if (height < mean(height)) height <- 2*height
, if ( weight > mean(weight) ) weight <- weight/2 )
modify(women,m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.