R/operations.R
nrow_ncol.Rd
nrow and ncol return the number of rows or columns present in x.
# S4 method for class 'dbMatrix' nrow(x) # S4 method for class 'dbMatrix' ncol(x)
dbMatrix object