R/peekbankr.R
get_sql_query.Rd
Run a SQL Query script on the Peekbank database
get_sql_query(sql_query_string, connection = NULL)
A valid sql query string character
A connection to the Peekbank database
The database after calling the supplied SQL query
if (FALSE) { # \dontrun{ get_sql_query("SELECT * FROM datasets") } # }