I have 4 excel files in the one folder on my computer. The files contain both alphanumeric and numeric data. I want to write a function to sequentially read each xlsx file, convert it to a dataframe, then store the dataframe names in a list. This will allow me to use "lapply" with a function on each of these dataframes later on.
Any ideas?