Checks if strings are valid R names that won't cause problems as column names.
isValidName(x, unique = TRUE)[logical]. One Boolean entry for each string in x.
If the entries are not unique and unique is enabled, the first duplicate will
be FALSE.
[character]
Character vector to check.
[logical(1)]
Should the names be unique?
Default is TRUE.