runQuery | R Documentation |
Utility function to execute the provided SQL query and get its results from a RaMP-DB database.
runQuery(sql, db = RaMP())
sql |
'character(1)' with the SQL query to run. |
db |
[RaMP()] object representing a RaMP database. By default ('db = RaMP()') a connection to the most recent version is established, which will be downloaded first if it does not already exist in the local cache. |
The result from the query.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.