https://github.com/hadley/dplyr
Raw File
Tip revision: f58d163c360dbb8bcaf5e6eb3152d9bbb9bff896 authored by Romain Francois on 29 March 2019, 12:58:53 UTC
using dev ggplot2, which probably fixes the failure on R-devel
Tip revision: f58d163
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