Open and/or Import Data

DESCRIPTION:

This is an internal utility function for data import. It is not expected that users will call this function.

USAGE:

openOrImportData(file, type="", rowsToRead=0, startCol=1, endCol=-1, 
    colNameRow=-1, startRow=1, endRow=-1, pageNumber=-1, 
    colNames=character(), format=character(), delimiter="", 
    filter=character(), odbcConnection=character(), 
    odbcSqlQuery=character(), keep=character(), drop=character(), 
    rowNamesCol=-1, server="", user="", password="", table="", 
    database="", stringsAsFactors=T, sortFactorLevels=T, 
    valueLabelAsNumber=F, centuryCutoff=1930, openOnly=F, 
    separateDelimiters=F, readAsTable=F, colNamesUpperCase=F, 
    time.in.format=character(), decimal.point=".", 
    thousands.separator=",", time.zone="GMT", use.locale=F
    sqlReturnData=T, scanLines=256, maxLineWidth=0, na.string="NA",
    colTypes=character(0), sasFormats="", bigdata=F) 

SEE ALSO:

, .