Learn R Programming

rplexos (version 1.1.11)

get_query: Get a query for a SQLite file

Description

Used internally by query_sql. Use that function instead to access data. The use of this function is not recommended

Usage

get_query(filename, sql)

Arguments

filename
SQLite file location
sql
String containing the SQL query to be performed

See Also

query_sql to perform standard queries of data