Skip to contents

Update the log entry for a particular application as well its metadata file.

update_app_info updates the log and metadata from user-supplied data.

update_datestamp auto-updates the application datestamp upon rendering.

apply_to sets the date_applied datestamp and status to applied.

Usage

update_app_info(app_id = "latest", ..., log = load_log())

update_datestamp(app_id = "latest", log = load_log())

apply_to(app_id = "latest", log = load_log())

Arguments

...

Key-value pairs of the fields to update and their new values. If none are provided, the log is updated directly from the metadata file.

id

The unique identifier associated with the application of interest.

Value

Updates the application log and metadata with the new information.

Details

The following metadata fields (see example_job_metadata) are immutable and cannot be updated using update_app_info:

  • id

  • base_id

  • period

  • company

  • position

  • date_created

  • date_seq