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

Description Usage Arguments Value

View source: R/functions.R

Description

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

Usage

1
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 July 9, 2019, 10:54 p.m.