data.frame
read_files_into_df.Rd
Read files from a directory and bind them into a single data.frame
read_files_into_df(file_directory, file_pattern = "*.csv", ...)
file_directory | Name or path to the directory containing files of interest |
---|---|
file_pattern | Regular expression to match the file names on. Default is "*.csv" |
... | Arbitrary args passed to readr |
A data.frame
containing rows from the files in the directory.