Description Usage Arguments Value
importAllSdf function loads various data file types in a selected directory to dataframes, combines all the data frames and stores it as a single data frame. Note that all the files to be loaded should have the same number of columns for rbind to work
1 | importAllSdf(path = NULL)
|
path |
the directory in which the files are stored. If path is not given, interactive dialog box will be used to select directory |
a single dataframe containing all the files imported and rbinded into one.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.