Read multiple tables into a list.
readdir(mydir = getwd(), sep = c(","), output = c("list", "data.frame"), header = TRUE,
skip = 0)
the folder path
the field separator character.
the type of the output. 'list' or 'data.frame'.
logical. Indicating whether the file contains the names of the variables as its first line.
the number of lines of the data file to skip before beginning to read data.
a list or a data frame