Skip to contents

write_app_metadata saves the metadata for a new application.

write_log_entry records the current app in the log for the present period.

Usage

write_app_metadata(app_df = construct_app_metadata())

write_log_entry(app_df = construct_app_metadata())

Arguments

app_df

A data frame containing metadata for a new job application (defaults to the value returned by construct_app_metadata(), which constructs the new log entry from the base metadata yaml file). Fields must match those in the log file for the current period.

Examples

data(example_job_metadata)
app_df <- construct_app_metadata(app_info = example_job_metadata)
# write_app_metadata(app_df = app_df)  # error: the folder doesn't exist

data(example_job_metadata)
app_df <- construct_app_metadata(app_info = example_job_metadata)
# write_log_entry(app_df = app_df)  # error: the folder doesn't exist