Check database connection
Examples
if (FALSE) { # \dontrun{
# Set environment variables for database credentials in .Renviron and load it
# readRenviron(".Renviron")
# Connect to the database
con <- aact_connection(Sys.getenv('user'), Sys.getenv('password'))
# Check the connection
aact_check_connection(con)
} # }