CommandQueue | R Documentation |
CommandQueue
is an R6 class that stores a list of TNT commands to
execute in order.
add()
CommandQueue$add(name, arguments = NULL)
name
The name of the command.
arguments
The arguments of the command.
read_next()
CommandQueue$read_next(...)
...
Ignored.
length()
CommandQueue$length(...)
...
Ignored.
print()
CommandQueue$print(...)
...
Ignored.
clone()
The objects of this class are cloneable with this method.
CommandQueue$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.