Learn R Programming

automerge (version 0.3.0)

as.list.am_text: Convert Automerge text to character string

Description

Returns the text content as a character string.

Usage

# S3 method for am_text
as.list(x, doc = NULL, ...)

Value

Character string

Arguments

x

An Automerge text object

doc

The document containing this object (automatically provided)

...

Additional arguments (unused)