A set of DBI methods to ease unit testing dplyr with DBI
1 2 3 4 5 6 7 8 | ## S3 method for class 'DBITestConnection'
db_query_fields(con, sql, ...)
## S3 method for class 'DBITestConnection'
sql_escape_ident(con, x)
## S3 method for class 'DBITestConnection'
sql_translate_env(con)
|
con |
A database connection. |
sql |
A string containing an sql query. |
... |
Other arguments passed on to the individual methods |
x |
Object to transform |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.