simulate_dbi | R Documentation |
These functions generate S3 objects that have been designed to simulate the action of a database connection, without actually having the database available. Obviously, this simulation can only be incomplete, but most importantly it allows us to simulate SQL generation for any database without actually connecting to it.
simulate_dbi(class = character(), ...)
Simulated SQL always quotes identifies with `x`
, and strings with
'x'
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.