R/cell-addr.R
addr_row.Rd
Get row from cell location or reference
addr_row(x, ...) # S3 method for class 'cell_addr' addr_row(x, ...)
a suitable representation of cell(s) or a cell area reference
further arguments passed to or from other methods
integer vector
cell_addr: Method for cell_addr objects (ca <- cell_addr(1:4, 3)) addr_row(ca)
cell_addr