if (FALSE) {
sc_select(UNITID)
sc_select(UNITID, INSTNM)
sc_select(unitid, instnm)
}
if (FALSE) {
sc_select_("UNITID")
sc_select_(c("UNITID", "INSTNM"))
sc_select_(c("unitid", "instnm"))
## stored in object
vars_to_pull <- c("unitid","instnm")
sc_select(vars_to_pull)
}
Run the code above in your browser using DataLab