| am_text | R Documentation |
Creates a text object for collaborative character-level editing. Unlike regular strings (which use last-write-wins semantics), text objects support character-level CRDT merging of concurrent edits, cursor stability, and marks/formatting.
am_text(initial = "")
initial |
Initial text content (default "") |
Use text objects for collaborative document editing. Use regular strings for metadata, labels, and IDs (99\
A character vector with class am_text_type
# Empty text object
am_text()
# Text with initial content
am_text("Hello, World!")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.