E4.Temp.part1.extract_raw_temp: Temperature Processing Part 1: Extract raw temperature data
Description
Extract raw temperatuer data.
Inputs are: (1) List of participant numbers and (2) location where ZIP folders are stored. Outputs are: (1) one RDS file per participant with all data. A working example and vignette will be added later.
# NOT RUN {E4.Temp.part1.extract_raw_temp(participant_list=c(1001:1002),
ziplocation="~/documents/study/data/",
rdslocation.temp="~/documents/study/data/TEMP/")
# }