https://github.com/hadley/dplyr
Raw File
Tip revision: 7e8a0b004ad0218d67d4a3b928d02c328967735e authored by Romain Francois on 08 June 2020, 13:45:23 UTC
replace walk2() with simple loop
Tip revision: 7e8a0b0
sql.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/compat-dbplyr.R
\name{sql}
\alias{sql}
\title{SQL escaping.}
\usage{
sql(...)
}
\arguments{
\item{...}{Character vectors that will be combined into a single SQL
expression.}
}
\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.
}
back to top