sc_init {rscorecard} | R Documentation |
This function initializes the data request. It should always be the first in the series of piped functions.
sc_init(dfvars = FALSE)
dfvars |
Set to |
## Not run:
sc_init()
sc_init(dfvars = TRUE)
## End(Not run)