R/dim.td.data.frame.R

Defines functions dim.td.data.frame

Documented in dim.td.data.frame

dim.td.data.frame <- function(x) {
    rows <- attr(x, "totalRows")
    c(rows, length(x))
}
 
nonsleepr/teradataR documentation built on May 23, 2019, 9:32 p.m.