| am_map | R Documentation |
Creates an R list with explicit Automerge map type. Use this when you need to create an empty map or force map type interpretation.
am_map(...)
... |
Named elements to include in the map |
A named list with class am_map_type
# Empty map (avoids ambiguity)
am_map()
# Populated map
am_map(key1 = "value1", key2 = "value2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.