' experimental Uses a character vector to manually change the names files that have been previously read.
Examples
if (FALSE) { # \dontrun{
files <- read_lissy_files_locally(c("fr84h", "fr94h", "fr10h"))
files %<>%
read_rename_files(new_names = c("France_1984_household",
"France_1994_household",
"France_2010_household"))
} # }