powered by
Returns the keys from the root map of an Automerge document.
# S3 method for am_doc names(x)
Character vector of key names
An Automerge document
doc <- am_create() doc$name <- "Alice" doc$age <- 30L names(doc) # c("name", "age") am_close(doc)
Run the code above in your browser using DataLab