R/as.data.frame.odbcDataset.R

# last modified 28 November 2008 by J. Fox 

as.data.frame.odbcDataset <-
function(x, row.names, optional, ...){
    # returns odbcDataset object as a dataframe
    x <- unclass(x)
    sqlFetch(x$channel, x$table, rownames=x$rownames)
    }

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.