R/lazysql-package.R

#' Lazy SQL programming
#'
#' @description
#'  Helper functions to build SQL statements
#'  for dbGetQuery or dbSendQuery under program control.
#'
#' @details
#'  More patterns will be added as required.
#'
#' @author Uwe Block
#'
#' @seealso
#'  \code{\link{date_between}},
#'  \code{\link{in_condition}},
#'  \code{\link{natural_key}}
#'
#' @name lazysql
#' @docType package
NULL

Try the lazysql package in your browser

Any scripts or data that you put into this service are public.

lazysql documentation built on May 1, 2019, 9:45 p.m.