| idx_range | R Documentation |
Creates a compact, serializable range descriptor for contiguous indices. This avoids allocating an explicit index vector for large slices.
idx_range(start, end)
start |
Integer. Start index (1-based, inclusive). |
end |
Integer. End index (1-based, inclusive). |
An object of class shard_idx_range.
r <- idx_range(1, 100)
r
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.