createNewID {sdcMicro} | R Documentation |
Creates new randomized IDs
Description
This is useful if the record IDs consist, for example, of a geo identifier and the household line number. This method can be used to create new, random IDs that cannot be reconstructed.
Usage
createNewID(obj, newID, withinVar)
Arguments
obj |
an |
newID |
a character specifiying the desired variable name of the new ID |
withinVar |
if not |
Value
an sdcMicroObj-class
-object with updated slot origData
[Package sdcMicro version 5.7.8 Index]