@@ -38,10 +38,13 @@ If you arrange your data differently you will need to adjust the paths in the ex
...
@@ -38,10 +38,13 @@ If you arrange your data differently you will need to adjust the paths in the ex
# What this repo provides (and what it does not)
# What this repo provides (and what it does not)
* R scripts used to clean the data prior to submission to the [UK Data Service](https://beta.ukdataservice.ac.uk/datacatalogue/studies/study?id=8676)
***To Do**: R scripts used to clean the data prior to submission to the [UK Data Service](https://beta.ukdataservice.ac.uk/datacatalogue/studies/study?id=8676)
* R functions for use with the data deposited at the [UK Data Service](https://beta.ukdataservice.ac.uk/datacatalogue/studies/study?id=8676):
* R functions for use with the data deposited at the [UK Data Service](https://beta.ukdataservice.ac.uk/datacatalogue/studies/study?id=8676)
* Example R scripts to demonstrate the use of these functions such as:
* using the utility functions
* loading the survey and response data
* coding derived survey variables using the survey_dv_* functions
* loading (selections of) the 15 min electricity use data
* loading (selections of) the 15 min electricity use data
* setting dates and times (and other pre-processing) in the 15 min electricity use data
* setting dates and times (and other pre-processing) in the 15 min electricity use data
* linking household survey and electricity use data
* linking household survey and electricity use data
* ...
* and more...
* R scripts to demonstrate the use of these functions