Skip to contents

Creates a database with new credentials if it does not yet exist.

Usage

initialize_credentials(
  credentials_db = "credentials_db.sqlite",
  credentials_pwd = Sys.getenv("DB_SECRET")
)

Arguments

credentials_db

Character string. Path to the database.

credentials_pwd

Password for the credentials database.

Value

Creates credentials database if needed. No values will be returned.