Convert a Hex string to regular text
Examples
address <- c(
"Département de Psychologie, Université du Québec à Montréal",
"Department of Behavioural and Cognitive Sciences, University of Luxembourg"
)
convert_hex_to_char(address)
#> [1] "Département de Psychologie, Université du Québec à Montréal"
#> [2] "Department of Behavioural and Cognitive Sciences, University of Luxembourg"