rsheets / cellranger

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

cell_limits #2

Closed hadley closed 9 years ago

hadley commented 9 years ago

In cell_limits, do you want rows and cols to be doubles or integers? It's a little inconsistent at the moment.

FWIW, I'd also just unconditionally do rows <- as.numeric(rows) (or as.integer()) rather than testing for NAs.