Learn R Programming

FLightR (version 0.5.6)

read_validation_config: Read local validation configuration

Description

Reads a YAML configuration file for local, private double-tag validation. The parser uses the yaml package when available and otherwise supports the simple key/value structure used by the example config.

Usage

read_validation_config(path)

Value

A named list with validation configuration.

Arguments

path

Path to a local validation config file.