Get unique identificiaton number (pad_intern)
Arguments
- name
Character vector of length 1. Name of the person in the
format first name last name, or only family name.
Value
A dataframe with the unique identification number (pad_intern) and
person's current and previous names.
Examples
if (FALSE) { # \dontrun{
get_pad_intern("Strache")
get_pad_intern("Heinz-Christian Strache")
} # }