Skip to contents

Sets a connection to the local database.

Usage

restez_connect(read_only = FALSE)

Arguments

read_only

Logical; should the connection be made in read-only mode? Read-only mode is required for multiple R processes to access the database simultaneously. Default FALSE.