Package 'Validate'

Title: Generic Validations
Description: Generic set of Validations and Exceptions used by most packages.
Authors: Flippie Coetser [aut, cre]
Maintainer: Flippie Coetser <[email protected]>
License: file LICENSE
Version: 0.0.1.0001
Built: 2024-11-20 02:48:22 UTC
Source: https://github.com/FlippieCoetser/Validate

Help Index


Validator'

Description

Validator which returns a generic set of validators and accompanied exceptions.

Value

a list value:

  • input |> validate[['is.not.NULL']](argument)

  • input |> validate[['is.data.frame']]()

  • input |> validate[['is.character']]()

  • input |> validate[['is.empty']]()

  • input |> validate[['is.not.empty']]()

  • input |> validate[['has.one.row']]()

  • input |> validate[['is.UUID']](identifier)