check_database_connection: Check database existence

Description Usage Arguments Examples

Description

Checks if database exists for given data engine and connection. Function returns TRUE when database exists and FALSE otherwise.

Usage

1

Arguments

engine

See function create_schema for details.

con

See function create_schema for details.

Examples

1
2
3
4
## Not run: 
check_database_connection('PostgreSQL',c('usr','pwd','db','host','port'))

## End(Not run)

tomasgreif/mondrianr documentation built on May 31, 2019, 5:15 p.m.