Man pages for automerge
R Bindings for 'Automerge' 'CRDT' Library

am_apply_changesApply changes to a document
am_closeClose an Automerge document
am_commitCommit pending changes
am_counterCreate an Automerge counter
am_counter_incrementIncrement a counter value
am_createCreate a new Automerge document
am_cursorCreate a cursor at a position in a text object
am_cursor_positionGet the current position of a cursor
am_deleteDelete a key from a map or element from a list
am_delete_pathDelete value at path
am_forkFork an Automerge document
am_getGet a value from an Automerge map or list
am_get_actorGet the actor ID of a document
am_get_actor_hexGet the actor ID as a hex string
am_get_change_by_hashGet a specific change by its hash
am_get_changesGet changes since specified heads
am_get_changes_addedGet changes in one document that are not in another
am_get_headsGet the current heads of a document
am_get_historyGet document history
am_get_last_local_changeGet the last change made by the local actor
am_get_pathNavigate deep structures with path
am_insertInsert a value into an Automerge list
am_keysGet all keys from an Automerge map
am_lengthGet the length of an Automerge map or list
am_listCreate an Automerge list
am_loadLoad an Automerge document from binary format
am_mapCreate an Automerge map
am_markCreate a mark on a text range
am_marksGet all marks in a text object
am_marks_atGet marks at a specific position
am_mergeMerge changes from another document
am_putPut a value into an Automerge map or list
am_put_pathSet value at path
am_rollbackRoll back pending operations
am_saveSave an Automerge document to binary format
am_set_actorSet the actor ID of a document
am_syncBidirectional synchronization
am_sync_decodeReceive and apply a sync message
am_sync_encodeGenerate a sync message
am_sync_state_newCreate a new sync state
am_textCreate an Automerge text object
am_text_contentGet text content from a text object
am_text_spliceSplice text in a text object
am_text_updateUpdate text content
am_uint64Create an unsigned 64-bit integer value
am_valuesGet all values from a map or list
as_automergeConvert R list to Automerge document
as.character.am_textConvert text object to character string
as.list.am_docConvert document root to R list
as.list.am_listConvert Automerge list to R list
as.list.am_mapConvert Automerge map to R list
as.list.am_textConvert Automerge text to character string
automerge-constantsAutomerge Constants
automerge-packageautomerge: R Bindings for 'Automerge' 'CRDT' Library
extract-am_docExtract from Automerge document root
extract-am_objectExtract from Automerge object
from_automergeConvert Automerge document to R list
length.am_docGet length of document root
length.am_objectGet length of Automerge object
names.am_docGet names from document root
names.am_mapGet names from Automerge map object
print.am_counterPrint Automerge counter
print.am_cursorPrint Automerge cursor
print.am_docPrint Automerge document
print.am_listPrint Automerge list object
print.am_mapPrint Automerge map object
print.am_objectPrint Automerge object (fallback for unknown types)
print.am_syncstatePrint Automerge sync state
print.am_textPrint Automerge text object
print.am_uint64Print Automerge unsigned 64-bit integer
replace-am_docReplace in Automerge document root
replace-am_objectReplace in Automerge object
str.am_docDisplay the structure of an Automerge document
automerge documentation built on Feb. 5, 2026, 5:08 p.m.