as.list.am_list: Convert Automerge list to R list
Description
Recursively converts an Automerge list to an unnamed R list.
Usage
# S3 method for am_list
as.list(x, doc = NULL, ...)
Arguments
- x
An Automerge list object
- doc
The document containing this object (automatically provided)
- ...
Additional arguments (unused)