From 5bef60a8e2555d795ddee9e737330fb8bc42cd63 Mon Sep 17 00:00:00 2001
From: Ben Anderson <dataknut@icloud.com>
Date: Fri, 27 Apr 2018 17:28:21 +1200
Subject: [PATCH] removed docs

---
 greenGridr/man/process1mGridSpyFiles.Rd | 18 ------------------
 1 file changed, 18 deletions(-)
 delete mode 100644 greenGridr/man/process1mGridSpyFiles.Rd

diff --git a/greenGridr/man/process1mGridSpyFiles.Rd b/greenGridr/man/process1mGridSpyFiles.Rd
deleted file mode 100644
index 705d133..0000000
--- a/greenGridr/man/process1mGridSpyFiles.Rd
+++ /dev/null
@@ -1,18 +0,0 @@
-% Generated by roxygen2: do not edit by hand
-% 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.
-}
-\author{
-Ben Anderson, \email{b.anderson@soton.ac.uk}
-}
-- 
GitLab