Description Usage Arguments Value Author(s) Examples
View source: R/Machine_Learning_R_Telco_Customer_Churn.R
Reads a '.csv' file into a data frame and then returns it.
1 |
baseCSVFile |
The name of the '.csv' file being imported and read. As the program was designed specifically for the 'Telco_Customer_Churn.csv' this is set as the default variable value, although any other file can be read through. |
baseDF |
An otherwise unmodified data frame version of a read through '.csv' file. |
Maxence Brette
1 2 3 | ##createBaseDataFrame()
##createBaseDataFrame('Telco_Customer_Churn.csv')
##createBaseDataFrame('2021_Store_Sales.csv')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.