Extracts full name information from a GEDCOM "NAME" line and updates the record accordingly.
     
    
    Usage
    parseNameLine(line, record)
 
     
    
    Arguments
- line
 
A character string containing the name line.
 
- record
 
A named list representing the individual's record.
 
 
    
    Value
    The updated record with parsed name information.