stop_unless: Stops process unless cond is true

View source: R/disambr_utils.r

stop_unlessR Documentation

Stops process unless cond is true

Description

Stops process unless cond is true

Usage

stop_unless(
  cond,
  message_if_false = paste("cond in not TRUE"),
  stop_if_false = TRUE,
  return_if_true = TRUE,
  return_if_false = isFALSE(return_if_true)
)

Arguments

cond

condition to test

message_if_false

message_if_false

stop_if_false

stop_if_false

return_if_true

return_if_true

return_if_false

return_if_false


stasvlasov/disambr documentation built on Aug. 10, 2022, 12:03 p.m.