update_contact_dates: Update contact dates in awards database

Description Usage Arguments

View source: R/database_functions.R

Description

Wrapper function for set_first_annual_report_due_date, update_annual_report_due_date set_first_aon_data_due_date, update_aon_data_due_date

Usage

1
2
3
4
5
6
update_contact_dates(
  awards_db,
  annual_report_time,
  initial_aon_offset,
  aon_recurring_interval
)

Arguments

awards_db

(data.frame) awards database

annual_report_time

(numeric) time in months after 'start_date' to send the first annual report reminder

initial_aon_offset

(numeric) time in months after 'start_date' to send the first aon data reminder

aon_recurring_interval

(numeric) time in months to send aon data recurring reminders


NCEAS/awards-bot documentation built on Sept. 6, 2021, 1:47 a.m.