powered by
Data Description Function
data_detect(df, key_var, y_var)
A data frame of data description.
A data.
A name of index variable name.
A name of target variable.
accepts <- read.csv(system.file("extdata", "accepts.csv", package = "autoScorecard" )) aaa <- data_detect( df = accepts, key_var = c("application_id","account_number") , y_var = "bad_ind" )
Run the code above in your browser using DataLab