am_map: Create an Automerge map

View source: R/objects.R

am_mapR Documentation

Create an Automerge map

Description

Creates an R list with explicit Automerge map type. Use this when you need to create an empty map or force map type interpretation.

Usage

am_map(...)

Arguments

...

Named elements to include in the map

Value

A named list with class am_map_type

Examples

# Empty map (avoids ambiguity)
am_map()

# Populated map
am_map(key1 = "value1", key2 = "value2")


automerge documentation built on Feb. 5, 2026, 5:08 p.m.