read_folder: Reads all files present in a folder and creates a list with the content of these files
Description
To create a list, the syntax is
datalist<-read_folder(folder=".", read=read.delim, header=FALSE)
Return NULL with a warning if the folder does not exist or is empty.
The names of the elements of the list are the filenames.