Recursively converts the root of an Automerge document to a standard R list. Maps become named lists, lists become unnamed lists, and nested objects are recursively converted.
Usage
# S3 method for class 'am_doc'
as.list(x, ...)Recursively converts the root of an Automerge document to a standard R list. Maps become named lists, lists become unnamed lists, and nested objects are recursively converted.
# S3 method for class 'am_doc'
as.list(x, ...)