Skip to contents

get_app_info retrieves requested info for a given application from its log.

get_status_report returns a table of proportions for each status.

get_app_path_to returns an abs path to a doc from a given application.

Usage

get_app_info(
  id = c("all", "latest"),
  field = "all",
  status = c("all", "ipr", "applied", "interviewed", "rejected",
    "interviewed_then_rejected"),
  app_period = "latest",
  app_dir = "applications"
)

get_status_report(app_period = "latest")

get_app_path_to(id = "latest", doc = "resume", app_period = "latest")