Loads multiple .RData, .rda, or .rds files
1 | load_mrdata(path, pattern, bind_rows = TRUE)
|
path |
The path to the folder where the multiple files are stored |
pattern |
The pattern of the files inside the folder to import |
bind_rows |
By default is set to TRUE. Will bind rows of the multiple data frames supplied by the path. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.