rsheets / cellranger

Helper functions to work with spreadsheets and the "A1:D10" style of cell range specification
Other
51 stars 6 forks source link

Rename cell_rows() ... or cell_row()? #17

Closed jennybc closed 8 years ago

jennybc commented 8 years ago

cellranger already had cell_rows() and cell_cols(), which are helpers for making a cell_limits object.

In the reboot, I added cell_row() and cell_col() as generics to extract a vector of rows or columns from, e.g., a cell_addr object.

These names seem to close for comfort. I should probably do something about that. I had totally forgotten about cell_rows() and cell_cols().

jennybc commented 8 years ago

Renamed the generics cell_row() and cell_col() to addr_row() and addr_col().