Skip to contents

Update Partner Contact Details

Usage

update_contact(
  contact_name = NULL,
  email_address = NULL,
  phone_number = NULL,
  role = NULL,
  partner_id,
  test_db = FALSE
)

Arguments

contact_name

The name of the partner's contact.

email_address

The email address of the partner's contact.

phone_number

The phone number of the partner's contact.

role

The role of this contact: Chairperson, Reporting provider, or Site contact.

partner_id

The partner id.

test_db

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

Value

A tibble with one row showing the updated contact details.