View source: R/general_functions.R
read_all | R Documentation |
Quickly import multiple files at once with this command. Note that this reads all files in and stores them as separate data frames.
read_all(path, extension)
path |
The path in the working directory where the files are located. Best to specify with slashes rather than using the here package. BE SURE TO USE THE HERE PACKAGE TO INDICATE THE FILE PATH! |
extension |
The file extension of the files you want to import. Can be either ".xlsx" for Excel or ".csv" for CSV |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.