execute: Execute a SQL query on a table and return a data frame

Description Usage Arguments Value

View source: R/functions.R

Description

Execute a SQL query on a table and return a data frame

Usage

1
execute(df, infer_types = F, col_types = NULL)

Arguments

df

A table or lazy query, returned from load_table and dplyr functions.

infer_types

Should column types be inferred from the input types, and be enforced when the data frame is constructed from the SQL output. Ignored if col_types is provided.

col_types

A compact string representation (e.g., "icidd") giving the column names and types for the result.

Value

A tibble containing the queried data.


CoryMcCartan/RSQLCipher documentation built on July 9, 2019, 10:54 p.m.