Learn R Programming

rscorecard (version 0.2.4)

sc_select: Select scorecard data variables.

Description

This function is used to select the variables returned in the final dataset.

Usage

sc_select(sccall, ...)

Arguments

sccall
Current list of parameters carried forward from prior functions in the chain (ignore)
...
Desired variable names separated by commas (not case sensitive)

Examples

Run this code
sc_select(UNITID)
sc_select(UNITID, INSTNM)
sc_select(unitid, instnm)

Run the code above in your browser using DataLab