wrapper | R Documentation |
Description of wrapper
wrapper(x, y)
x |
x param |
y |
y param |
result
The result
new()
makes object
r6_class$new(x, y)
get_result()
get result
r6_class$get_result(n = 1)
n
1
clone()
The objects of this class are cloneable with this method.
r6_class$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.