Description Usage Arguments Format Details Examples
This object stores a preallocated list. You can add objects to the list
with add
and add lists to the list with add_list
. When the
objects to be added exceed the dimensions of the list, the list is re-
allocated with double the size. This amortizes the runtime if you keep
growing the dynamic vector.
1 |
add |
some method |
An object of class R6ClassGenerator
of length 24.
Use this object if you need an object with a mutable states that you keep growing. An example with be a list of RDF triples.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.