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

View source: R/functions.R

executeR Documentation

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

Description

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

Usage

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 June 10, 2025, 5:03 a.m.