loadandcleanDBF: Import and Prepare Data

Description Usage Arguments Value Examples

Description

This function compiles raw data and column names and elimates extraneous columns

Usage

1
loadandcleanDBF(dataLocation, testingDay, nDays, folder = "LogAllData")

Arguments

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

Value

rawData, Dataframe including all compiled data

Examples

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)

KNewhart/ADPCA documentation built on Oct. 8, 2019, 11:29 p.m.