View source: R/tabular_input.R
| create_df_from_tabular | R Documentation | 
Reads files containing data frames (in tabular format) from a directory, and loads them in an environment to be available during an analysis.
create_df_from_tabular(df_dir, df_envir)
df_dir | 
 A directory containing the files.  | 
df_envir | 
 An environment.  | 
The files must be in .csv, .xls, or .xlsx format. A file my_df.csv (or my_df.xls, or my_df.xlsx) will be loaded as a data frame my_df.
The environment with the data frames.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.