Description Usage Arguments Value Examples
This internal function checks input data before subsequent
processing by *_format_data
functions. It will accept all data
files in a given directory, or any number of data files specified by
their names, or any number of dataframes supplied as a named list, or
even a single dataframe supplied as is.
1 |
input |
A directory name, a vector of file names, a single dataset already loaded in memory as a dataframe, or a list of datasets already loaded in memory as dataframes. |
skip_lines |
The number of lines to skip at the beginning of CSV files (usually containing header information before the actual data starts). |
A named list of dataframes to be further processed by
*_format_data
functions.
1 2 3 4 | ## Not run:
load_data("my_data_directory", 4)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.