| names.am_doc | R Documentation |
Returns the keys from the root map of an Automerge document.
## S3 method for class 'am_doc'
names(x)
x |
An Automerge document |
Character vector of key names
doc <- am_create()
doc$name <- "Alice"
doc$age <- 30L
names(doc) # c("name", "age")
am_close(doc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.