Description Usage Format Inherits Methods
An implementation of an loop
1 |
An R6Class generator object
stackClass
begin(item, name = "")Alias for stackClass$push
end(endData, FUN, ...)Will return FUN(stackClass$pop, endData, ...)
cross(crossData, FUN, ...)Will return FUN(crossData, stackClass$pop, ...)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.