ident function

Flag a character vector as SQL identifiers

Flag a character vector as SQL identifiers

ident() takes unquoted strings and flags them as identifiers. ident_q() assumes its input has already been quoted, and ensures it does not get quoted again. This is currently used only for schema.table.

ident(...)

Arguments

  • ...: A character vector, or name-value pairs

Examples

# Identifiers are escaped with " ident("x")
  • Maintainer: Hadley Wickham
  • License: MIT + file LICENSE
  • Last published: 2023-11-17