nrow
showMethods("nrow")
selectMethod("nrow", "ANY") # the default method
ncol
showMethods("ncol")
selectMethod("ncol", "ANY") # the default method
NROW
showMethods("NROW")
selectMethod("NROW", "ANY") # the default method
NCOL
showMethods("NCOL")
selectMethod("NCOL", "ANY") # the default method
Run the code above in your browser using DataLab