if (FALSE) {
# Can use spaces or underscores in between words.
odbcSetTransactionIsolationLevel(con, "read uncommitted")
# Can also use the full constant name.
odbcSetTransactionIsolationLevel(con, "SQL_TXN_READ_UNCOMMITTED")
}
Run the code above in your browser using DataLab