cdr_id2sql | R Documentation |
Convert a name or DBI::Id to SQL
cdr_id2sql(db_tbl_name, ...)
db_tbl_name |
db name as text or |
... |
other DB params like |
SQL table object
crudr:::cdr_id2sql('hello')
crudr:::cdr_id2sql(cdr_id(table = 'hello', schema = 'blue'))
crudr:::cdr_id(table = 'hello', schema = 'blue')
crudr:::cdr_id2sql(cdr_id(schema = 'blue', table = 'hello'))
crudr:::cdr_id(schema = 'blue', table = 'hello')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.