% Please edit documentation in R/processGridSpyFiles.R
\name{process1mGridSpyFiles}
\alias{process1mGridSpyFiles}
\title{Load all available 1 minute grid spy data files from the list returned by list1mGridSpyFiles}
\usage{
process1mGridSpyFiles(dt)
}
\arguments{
\item{dt}{a data table with 2 columns: hhID and fullPath derived from list1mGridSpyFiles()}
}
\description{
\code{process1mGridSpyFiles}. Loads, processes ans saves 1 minute grid spy files by iterating over each household id. We we cannot just concatinate all the files since the
column headings (circuit labels) vary. The function saves out 1 data file per household ID per month as a gzipped .csv file.