Description Usage Arguments Value
This function will take a list of files which has vectors of equal length, and combine them into one dataframe. It is ideal when each one of the predictor variables comes in it's own file.
1 | combine_predictors(file_list, var_names = NULL)
|
file_list |
A list of files path for which t here are vectors of data we want to combine into one dataframe |
var_names |
An optional character vector which specifies the names of the columes in the resulting dataframe |
A dataframe of the equal length vectors merged together
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.