
Last chance! 50% off unlimited learning
Sale ends in
isSQLKeyword(x, keywords=.SQLKeywords, case=c("lower", "upper", "any")[3])
.SQLKeywords
, supplied in the RS-DBI
S chapter or R package.any
..SQLKeywords
and reflects the SQL ANSI/ISO
standard as documented
in "X/Open SQL and RDA", 1994, ISBN 1-872630-68-8.
Users can easily override or update this vector.make.SQL.names
oracle.keywords <- c("CLUSTER", "COLUMN", "MINUS", "DBNAME)
isSQLKeyword(nam, c(.SQLKeywords, oracle.keywords))
[1] T T T F
Run the code above in your browser using DataLab