createBaseDataFrame: createBaseDataFrame

Description Usage Arguments Value Author(s) Examples

View source: R/Machine_Learning_R_Telco_Customer_Churn.R

Description

Reads a '.csv' file into a data frame and then returns it.

Usage

1

Arguments

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.

Value

baseDF

An otherwise unmodified data frame version of a read through '.csv' file.

Author(s)

Maxence Brette

Examples

1
2
3
##createBaseDataFrame()
##createBaseDataFrame('Telco_Customer_Churn.csv')
##createBaseDataFrame('2021_Store_Sales.csv')

Xnonr/RMachineLearningTelcoCustomerChurn documentation built on Dec. 18, 2021, 7:23 p.m.