data_detect | R Documentation |
Data Description Function
data_detect(df, key_var, y_var)
df |
A data. |
key_var |
A name of index variable name. |
y_var |
A name of target variable. |
A data frame of data description.
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" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.