query: Create a mutable query object.

Description Usage Arguments

View source: R/query.r

Description

A query object is mutable wrapper around a DBIResult that caches expensive operations, and insulates the rest of dplyr from the vagaries of DBI and the individual database implementation.

Usage

1
query(con, sql, .vars)

Arguments

con

a DBOConnection

sql

a string containing an sql query.


sctyner/dplyr050 documentation built on May 17, 2019, 2:22 p.m.