View source: R/read_lissy_files.R
read_rename_files | R Documentation |
' \lifecycleexperimental Uses a character vector to manually change the names files that have been previously read.
read_rename_files(list_files, new_names)
list_files |
A list of LIS or LWS datasets. |
new_names |
A character string with the new names of files. |
A list of loaded files with the new names.
## Not run:
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"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.