Description Usage Arguments Value Examples
This function compiles raw data and column names and elimates extraneous columns
1 | loadandcleanDBF(dataLocation, testingDay, nDays, folder = "LogAllData")
|
dataLocation |
String excluding ending backslashes of LogAllData folder |
testingDay |
Date object with the last date to be included |
nDays |
Number of days of data to compile |
folder |
LogAllData or Log60sec |
rawData, Dataframe including all compiled data
1 2 3 4 | dataLocation <- "MP SB-MBR Data\\"
testingDay <- as.Date("2017 08 31", format = "%Y %m %d")
nDays <- 30
rawData <- loadandcleanDBF(dataLocation, testingDay, nDays)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.