applyNumCheck: Apply recodes according to a numerical check data.frame.
Description
Applies recodes as specified by a numCheck data.frame, as created by createNumCheck.
Usage
applyNumCheck(GADSdat, numCheck)
Arguments
- GADSdat
A GADSdat object.
- numCheck
A data.frame as created by createNumCheck.
Details
This function is currently under development.