| 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)
nameThe name of the command.
argumentsThe 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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.