# Builtin dataset `example2`
relabelDVI(example2,
victimPrefix = "vic",
familyPrefix = "fam",
refPrefix = "ref",
missingPrefix = "mp")
# Family-wise labelling of missing persons
relabelDVI(example2, missingFormat = "M[FAM]-[IDX]")
relabelDVI(example2, missingFormat = "M[IDX] (F[FAM])")
relabelDVI(example2, missingFormat = "fam[FAM].m[IDX]")
Run the code above in your browser using DataLab