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, ...)
Arguments
- x
An Automerge map object
- doc
The document containing this object (automatically provided)
- ...
Additional arguments (unused)