| document_range {rstudioapi} | 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. |