[Rd] simplify2array assumes non-NA dim() -- base or method bug?

Dirk Eddelbuettel edd @end|ng |rom deb|@n@org
Fri Aug 26 15:44:07 CEST 2022


Also NROW() and NCOL() exist for situations where two dimensions are assumed
or preferred and dim() needs a little help:

> NROW(table(letters))
[1] 26
> NCOL(table(letters))
[1] 1
>

Dirk

-- 
dirk.eddelbuettel.com | @eddelbuettel | edd using debian.org



More information about the R-devel mailing list