R/dim.odbcDataset.R

# last modified 22 Dec 2008 by OGC

dim.odbcDataset <-
function (x) {

    #returns dimensions of odbcDataset object
    #

    if (unclass(x)$rownames) c(length(row.names(x)), length(names(x)))
    else c(length(x[[1]]), length(names(x)))

    }

Try the dfdb.RODBC package in your browser

Any scripts or data that you put into this service are public.

dfdb.RODBC documentation built on May 2, 2019, 5:18 p.m.