| connection_check | R Documentation |
Diagnoses whether a configured database connection can be established. Checks driver availability and configuration validity without actually connecting to the database.
connection_check(connection_name)
connection_name |
Character. Name of the connection in config.yml |
A list with diagnostic information:
ready: Logical. TRUE if connection appears ready
driver: Driver name
package: Required package
package_installed: Whether package is available
config_valid: Whether configuration appears valid
messages: Character vector of diagnostic messages
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.