Description Usage Arguments Value
This function performs SQL queries to a database and returns the results.
1 | oracleQuery(query, config = config, update = F, data = T)
|
query |
SQL query in a character string |
update |
set to 'TRUE' if the query is an update. (default = 'FALSE') |
data |
set to 'TRUE' if the query returns data (default = 'TRUE') |
configFile |
location of the config file (default = 'config') |
the result of the query (data.frame)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.