query {dplyr} | R Documentation |
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.
query(con, sql, .vars)
con |
a |
sql |
a string containing an sql query. |