R/names.odbcDataset.R

# last modified 28 November 2008 by J. Fox 

names.odbcDataset <-
function(x){
    # returns names of odbcDataset object
    x <- unclass(x)
    names <- sqlColumns(x$channel, x$table)[[x$column.selector]]
    if (x$rownames) names[-1] else names
    }

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.