## Not run:
# name<-c("schema","table")
# dbTableNameFix(name)
#
# #default schema (public) is added to single-length characters (only table is given)
# name<-"table"
# dbTableNameFix(name)
#
# #schema or table names with double quotes should be given exactly as they are
# (make sure to wrap in single quotes in R):
# name<-c('sch"ema','"table"')
# dbTableNameFix(name)
# ## End(Not run)
Run the code above in your browser using DataLab