sql: SQL escaping.

View source: R/compat-dbplyr.R

sqlR Documentation

SQL escaping.

Description

These functions are critical when writing functions that translate R functions to sql functions. Typically a conversion function should escape all its inputs and return an sql object.

Usage

sql(...)

Arguments

...

Character vectors that will be combined into a single SQL expression.


tidyverse/dplyr documentation built on Feb. 13, 2024, 11:18 p.m.