dbGetRowsAffected,DatabricksResult-method | R Documentation |
Get number of rows affected (not applicable for SELECT)
## S4 method for signature 'DatabricksResult'
dbGetRowsAffected(res, ...)
res |
A DatabricksResult object |
... |
Additional arguments (ignored) |
-1 (not applicable for SELECT queries)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.