Description Usage Arguments Value Reference Examples
The cell_addr
class is used to hold the absolute row and column
location for one or more cells. An object of class cell_addr
is a list
with two components of equal length, named row
and col
,
consisting of integers greater than or equal to one or NA
. This is in
contrast to the ra_ref
class, which holds a representation of a
single absolute, relative, or mixed cell reference from, e.g., a formula.
1 |
row |
integer. Must be the same length as |
col |
integer. Same deal as for |
a cell_addr
object
Spreadsheet Implementation Technology: Basics and Extensions Peter Sestoft MIT Press 2014
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.