R/helpers.R
construct_full_name.Rd
This function constructs a full personal name from individual name pieces.
construct_full_name( prefix = character(), given = character(), surname_prefix = character(), surname = character(), suffix = character() )
The name prefix.
The given name(s).
The surname prefix.
The surname.
The name suffix.
The full name with all name pieces combined.