run_sql: Execute a SQL query on a database and return the raw text...

View source: R/functions.R

run_sqlR Documentation

Execute a SQL query on a database and return the raw text result.

Description

Will prompt for the database key if not stored in SQL_KEY environment variable.

Usage

run_sql(path, query)

Arguments

path

A character vector containing the path to the database.

query

A character vector containing the SQL code to run.

Value

A character vector, with each element a line of output.


CoryMcCartan/RSQLCipher documentation built on June 10, 2025, 5:03 a.m.