get_data_from_sql_file | R Documentation |
Get data from a sql file
get_data_from_sql_file(file_name, dsn, context = "project")
file_name |
The name of the SQL file you want to use. |
dsn |
A DSN entry: edify, PROD, REPT, BRPT, etc... |
context |
The R project context in which this SQL lives. Current options are "project", "shiny", and "sandbox". |
a dataframe containing the results of your sql query
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.