| am_list | R Documentation |
Creates an R list with explicit Automerge list type. Use this when you need to create an empty list or force list type interpretation.
am_list(...)
... |
Elements to include in the list |
A list with class am_list_type
# Empty list (avoids ambiguity)
am_list()
# Populated list
am_list("a", "b", "c")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.