result: Create a result

View source: R/result.R

resultR Documentation

Create a result

Description

Create a result

Usage

result(status, description)

Arguments

status

the result status. This can be one of:

  • logical vector (TRUE / FALSE)

  • character vector ("PASS", "FAIL", etc.)

  • chex::PASS or chex::FAIL

  • value of PASS() or FAIL()

description

the description of the result


shunsambongi/chex documentation built on Aug. 21, 2022, 5:19 a.m.