ident {dplyr} | R Documentation |
ident()
takes unquoted strings and quotes them for you; ident_q()
assumes its input has already been quoted.
ident(...)
... |
A character vector, or name-value pairs |
These two ident
clsases are used during SQL generation to make sure
the values will be quoted as, not as strings.