preview_cdw | R Documentation |
Run a query but only return the first n rows of results. Useful for testing queries that might run slowly.
preview_cdw( query, n = 10, dsn = config("default_dsn"), uid = NULL, pwd = NULL, ... )
query |
A SQL query. This can be either the text of the query, the name of a file that contains the query, or a valid connection that contains the text of the query. |
n |
The maximum number of rows to return |
dsn |
The name of the connection, as it appears in your |
uid |
Your username (see details) |
pwd |
Your password (see details) |
... |
Other arguments passed on to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.