document_range {rstudioapi} | R Documentation |
Create a Range
Description
A document_range
is a pair of document_position
objects, with each position indicating the start
and end
of
the range, respectively.
Usage
document_range(start, end = NULL)
is.document_range(x)
as.document_range(x)
Arguments
start |
A |
end |
A |
x |
An object coercable to |
Value
An list
with class document_range
and fields:
start: | The start position. |
end: | The end position. |
[Package rstudioapi version 0.16.0 Index]