| importAllMdf | Importing multiple file types and storing it into a list of data frames | 
| importAllSdf | Importing multiple file types and storing it into a Single R Dataframe | 
| importCsv | Importing multiple csv files and storing it into a list of data frames | 
| importCsv2 | Importing multiple csv files(";" delimited) and storing it into a list of data frames | 
| importExcel | Importing multiple excel files and storing it into a list of data frames | 
| importPipe | Importing multiple pipe delimitted files and storing it into a list of data frames | 
| importTab | Importing multiple tab delimitted files and storing it into a list of data frames | 
| importTilde | Importing multiple tilde delimitted files and storing it into a list of data frames |