Learn R Programming

automerge (version 0.3.1)

as.list.am_map: Convert Automerge map to R list

Description

Recursively converts an Automerge map to a named R list.

Usage

# S3 method for am_map
as.list(x, doc = NULL, ...)

Value

Named list

Arguments

x

An Automerge map object

doc

The document containing this object (automatically provided)

...

Additional arguments (unused)