Closed hadley closed 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.
cell_limits
FWIW, I'd also just unconditionally do rows <- as.numeric(rows) (or as.integer()) rather than testing for NAs.
rows <- as.numeric(rows)
as.integer()
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)
(oras.integer()
) rather than testing for NAs.