README.md

README

A set of functions for processing raw Kinelab output files in R.

Directory structure

You need to provide the path to the Kinelab folder to the functions that take the kinelab.path parameter. Within this folder, the following structure is expected. The hierarchy from BiB Kinelab Output downwards matches the structure of the default Kinelab output.

<kinelab.path>
  |
  \__<Daily directory 1>
  |    |
  |    \__<Tablet directory 1>
  |    |    |
  |    |    \__BiB Kinelab Output
  |    |        |
  |    |        \__BiB data
  |    |        |   |
  |    |        |   \__Database data
  |    |        |   |
  |    |        |   \__Feedback reports
  |    |        |       \_<SchoolName 1>
  |    |        |       \_<SchoolName 2>
  |    |        |       \_...
  |    |        | 
  |    |        \__Processed data
  |    |        |   \__<Tablet name>_<UPN>_ddmmyyyy_hhmmss
  |    |        |   \__<Tablet name>_<UPN>_ddmmyyyy_hhmmss
  |    |        |   \__<Tablet name>_<UPN>_ddmmyyyy_hhmmss
  |    |        |   \__...
  |    |        |
  |    |        \__recorded_data
  |    |        |   \__dd_mm_yyyy
  |    |        |        \__session 001
  |    |        |        \__session 002
  |    |        |        \__session 003
  |    |        |        \__...
  |    |        |
  |    |        \__WM
  |    |            \__<Tablet name>_<UPN>_ddmmyyyy_hhmmss
  |    |            \__<Tablet name>_<UPN>_ddmmyyyy_hhmmss
  |    |            \__<Tablet name>_<UPN>_ddmmyyyy_hhmmss
  |    |            \__...
  |    |
  |    \__<Tablet directory 2>
  |    |    |
  |    |    \__BiB Kinelab Output
  |    |
  |    \__<Tablet directory n>
  |         |
  |         \__BiB Kinelab Output
  |           
  \__<Daily directory 2>
  |
  \__<Daily directory n>

Data files

The following files are expected:

HOW TO

Please see scripts/kinelabr_examples.R for usage examples.

TO DO



BornInBradford/kinelabr documentation built on Dec. 16, 2019, 10:48 p.m.