Skip to contents

Creates a connection to either the live version or the test version of the Porowhita Hauwhā database. This can be used later if this function call is stored in an object. The connection to the database is not read-only, and as a result only one such connection is allowed at a time.

Usage

connect_to_writable_database(test_db = FALSE)

Arguments

test_db

Is this a connection to the test database? Defaults to FALSE.

Value

An S4 object. This object is used to communicate with the database engine, either live or test.