get_sql_query | R Documentation |
Run a SQL Query script on the Peekbank database
get_sql_query(sql_query_string, connection = NULL)
sql_query_string |
A valid sql query string character |
connection |
A connection to the Peekbank database |
The database after calling the supplied SQL query
## Not run:
get_sql_query("SELECT * FROM datasets")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.