knitr::opts_chunk$set(
  collapse = TRUE,
  eval = FALSE,  
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

susoreview

The goal of susoreview is to offer tools for the process of automating review and rejection of interviews. The tools span the full pipeline of that process:

Installation

The package is not yet on CRAN, but can be installed via the following command:

# install.packages("devtools")
devtools::install_github("arthur-shaw/susoreview")

Usage

Scope

Create attributes

extract_attribute
create_attribute

count_vars
count_list
any_vars

count_obs
any_obs
sum_vals

Create issues

create_issue
make_issue
make_issue_in_roster

Execute reject/review workflow

add_issue_if_unanswered
add_issues_for_suso_errors
check_for_comments
decide_action
add_rejection_msgs
flag_persistent_issues
post_comments
reject_interview


arthur-shaw/susoreview documentation built on Feb. 10, 2023, 7:54 p.m.