Learn R Programming

assertr (version 3.0.1)

generate_id: Generates random ID string

Description

This is used to generate id for each assertion error.

Usage

generate_id()

Arguments

Details

For single assertion that checks multiple columns, each error log is stored as a separate element. We provide the ID to allow detecting which errors come from the same assertion.