Restrucuture cleaned data folder for consistency with preprocessed data folder
This commit is contained in:
parent
a0063237b2
commit
bf4efcccc0
@ -7,10 +7,10 @@
|
||||
#+ echo = FALSE
|
||||
options(knitr.kable.NA = '')
|
||||
|
||||
dat <- openxlsx::read.xlsx("HMC_codebook.xlsx")
|
||||
dat <- openxlsx::read.xlsx("../HMC_codebook.xlsx")
|
||||
|
||||
#' * `qualtricsname`: Original name as used in the Qualtrics survey, see
|
||||
#' [materials](../02_material)
|
||||
#' [materials](../../02_material)
|
||||
#'
|
||||
#' * `varname`: Variable name used in the CSV files for each wave, see
|
||||
#' [03_cleaned_data](03_cleaned_data)
|
||||
@ -1,9 +1,9 @@
|
||||
Codebook for cleaned data
|
||||
================
|
||||
2025-11-03
|
||||
2025-12-12
|
||||
|
||||
- `qualtricsname`: Original name as used in the Qualtrics survey, see
|
||||
[materials](../02_material)
|
||||
[materials](../../02_material)
|
||||
|
||||
- `varname`: Variable name used in the CSV files for each wave, see
|
||||
[03_cleaned_data](03_cleaned_data)
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
15
README.md
15
README.md
@ -69,12 +69,14 @@ The waves were collectec over the following dates:
|
||||
| |-- 02_anonymized_data
|
||||
| | |-- cleaning.R
|
||||
| |-- 03_cleaned_data
|
||||
| | |-- HMC_wave1_cleaned.csv
|
||||
| | |-- HMC_wave2_cleaned.csv
|
||||
| | |-- HMC_wave3_cleaned.csv
|
||||
| | |-- HMC_wave4_cleaned.csv
|
||||
| | |-- HMC_wave5_cleaned.csv
|
||||
| | |-- HMC_wave6_cleaned.csv
|
||||
| | |-- csv
|
||||
| | | |-- HMC_wave1_cleaned.csv
|
||||
| | | |-- HMC_wave2_cleaned.csv
|
||||
| | | |-- HMC_wave3_cleaned.csv
|
||||
| | | |-- HMC_wave4_cleaned.csv
|
||||
| | | |-- HMC_wave5_cleaned.csv
|
||||
| | | |-- HMC_wave6_cleaned.csv
|
||||
| | |-- item_reference.md
|
||||
| |-- 04_preprocessed_data
|
||||
| | |-- csv
|
||||
| | | |-- HMC_wave1_preprocessed.csv
|
||||
@ -93,7 +95,6 @@ The waves were collectec over the following dates:
|
||||
| | |-- database_api_reference.md
|
||||
| | |-- hmc_data.sqlite
|
||||
| |-- HMC_codebook.xlsx
|
||||
| |-- item_reference.md
|
||||
| |-- README.md
|
||||
|-- README.md
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user