powered by
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(...)
A named list with class am_map_type
am_map_type
Named elements to include in the map
# Empty map (avoids ambiguity) am_map() # Populated map am_map(key1 = "value1", key2 = "value2")
Run the code above in your browser using DataLab