Learn R Programming

automerge (version 0.2.0)

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, ...)

Value

Unnamed list

Arguments

x

An Automerge list object

doc

The document containing this object (automatically provided)

...

Additional arguments (unused)