| db_drivers_status | R Documentation |
Checks which database drivers are currently available on the system. Returns a data frame showing the status of all supported database drivers.
db_drivers_status(quiet = FALSE)
quiet |
Logical. If TRUE, suppresses messages. Default: FALSE |
A data frame with columns:
driver: Database driver name
package: Required R package
installed: Whether the package is installed
version: Package version (if installed)
# Check all drivers
db_drivers_status()
# Quiet mode (no messages)
db_drivers_status(quiet = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.