Returns the actor ID of an Automerge document as a raw vector. The actor ID uniquely identifies the editing session that created changes in the document.
Details
For a hex string representation, use am_get_actor_hex().
Examples
doc <- am_create()
actor <- am_get_actor(doc)
# Use am_get_actor_hex() for display
actor_hex <- am_get_actor_hex(doc)
cat("Actor ID:", actor_hex, "\n")
#> Actor ID: 5d980facf74c58ef1b39309b08774bdf