am_list: Create an Automerge list

View source: R/objects.R

am_listR Documentation

Create an Automerge list

Description

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

Usage

am_list(...)

Arguments

...

Elements to include in the list

Value

A list with class am_list_type

Examples

# Empty list (avoids ambiguity)
am_list()

# Populated list
am_list("a", "b", "c")


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