idig_validate {ridigbio}R Documentation

validate fields

Description

Stub function for validating parameters.

Usage

idig_validate(inputs)

Arguments

inputs

list of inputs to validate

Details

Takes list of inputs named by validation rule eg: ⁠number:[2, 3]⁠ and returns a vector of strings with any validation errors. If the vector is 0 length, everything is valid. Not exported.

Value

boolean

Author(s)

Matthew Collins


[Package ridigbio version 0.4.0 Index]