mutaters | R Documentation |
R6 class for handling the various mutaters
muts
(list) list of mutaters
print()
print method for mutaters
objects
mutaters$print(x, ...)
x
self
...
ignored
new()
Create a new mutaters object
mutaters$new()
A new mutaters
object
random()
randomly select a mutater
mutaters$random()
clone()
The objects of this class are cloneable with this method.
mutaters$clone(deep = FALSE)
deep
Whether to make a deep clone.
## Not run:
x <- mutaters$new()
x
# select mutater by name
x$muts$bool_false2true
# fetch a random mutater
z <- x$random()
z
z$name
z$description
z$from
z$to
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.