# NOT RUN {
# Examples of how to use getDataFromFile:
# Change the file path and file name to something meaningful:
filePath <- system.file("extdata", package="dataRetrieval")
filePath <- paste(filePath,"/",sep="")
fileName <- 'ChoptankRiverFlow.txt'
ChopData <- getDataFromFile(filePath,fileName, separator="\t")
# }
Run the code above in your browser using DataLab