View source: R/document-methods.R
document_range | R Documentation |
A document_range
is a pair of document_position
objects, with each position indicating the start
and end
of
the range, respectively.
document_range(start, end = NULL)
is.document_range(x)
as.document_range(x)
start |
A |
end |
A |
x |
An object coercable to |
An list
with class document_range
and fields:
start: | The start position. |
end: | The end position. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.