Nearly every time I use odbcListConfig(), I end up actually wanting file.edit(unname(odbcListConfig()[1])) or file.edit(unname(odbcListConfig()[2])). Should we extract that out into odbcEditDrivers() / odbcEditSystemDSN() or similar? odbcConfigure*()?
Nearly every time I use
odbcListConfig()
, I end up actually wantingfile.edit(unname(odbcListConfig()[1]))
orfile.edit(unname(odbcListConfig()[2]))
. Should we extract that out intoodbcEditDrivers()
/odbcEditSystemDSN()
or similar?odbcConfigure*()
?