inspector_loader: Inspector loader

inspector_loaderR Documentation

Inspector loader

Description

Loads inspectors from a file.

Usage

inspector_loader(path)

Arguments

path

The path to the files containing the inspector functions.

Note

This function is just sourcing the file but it does not return an error when something goes wrong.

Examples

p <- system.file("inspectors", "DataEntry.R", package = "DataEntry.validation")
inspector_loader(p)


mpio-be/DataEntry.validation documentation built on June 2, 2022, 8:28 p.m.