R/keys.R

Defines functions keys

Documented in keys

#' Keys
#' @export
#'

keys <- function() {
  list(
    risk = c(
      "RiskHistory",
      "RiskOSA", "DifficultIntubate", "DifficultBMV",
      "RiskASA", "RiskBMI", "RiskCardioresp"
    ),
    cardioresp = c(
      "IdentifyRespRate",
      "IdentifyBradycardia", "IdentifyHypotension", "RespondHypoventilation",
      "RespondHypoxia", "RespondBradycardia", "RespondHypotension"
    ),
    airway = c(
      "OPA", "NPA", "JawSupport",
      "ChinLift"
    ),
    ncmscs_total = c(
      "RiskHistory",
      "RiskOSA", "DifficultIntubate", "DifficultBMV",
      "RiskASA", "RiskBMI", "RiskCardioresp",
      "IdentifyRespRate",
      "IdentifyBradycardia", "IdentifyHypotension", "RespondHypoventilation",
      "RespondHypoxia", "RespondBradycardia", "RespondHypotension",
      "OPA", "NPA", "JawSupport",
      "ChinLift"
    )
  )
}
awconway/nc-mscs documentation built on Feb. 17, 2021, 10:07 p.m.