eatGADS
Data Management of Large Hierarchical Data
Labelled survey data, one edge case at a time — and the edge cases are all about missing values.
◆Recent moves
- 1y ago
Value labels, missings, and recodes go multi-variable
The bulk-operations release: changeValLabels(), changeMissings(), and recodeGADS() all accept multiple variables, and equalData()/equalMeta() split equalGADS() into its data and metadata halves while gaining support for composite ID variables. The fix list is again dominated by extractData() and duplicate or NA-labelled values.
View source ↗ - 1y ago
Tibble import and within-object difference inspection
import_tibble() adds a tibble entry point alongside the SPSS import path, and the inspectDifferences() pair can now compare variables inside a single GADSdat rather than only across two. Ten bug fixes underneath, most of them in the same value-label-versus-missing-tag territory the next release also works on.
View source ↗ - 3y ago
Variable clone, create, insert, and auto-recode round out the toolkit
The 1.0.0 release rounds out the variable-manipulation toolkit — cloneVariable(), createVariable(), insertVariable(), autoRecode() — so a GADSdat can be restructured in place rather than only imported and checked. extractData2() arrives here with ordered-factor support, and encoding and date handling in import_spss() get real attention.
View source ↗