Learn R Programming

care4cmodel (version 1.0.3)

validate_c4c_concept: Validator for a c4c_concept Object

Description

Validator for a c4c_concept Object

Usage

validate_c4c_concept(x)

Value

Returns the input object if it passes validation, stops with an error otherwise

Arguments

x

an object of class c4c_concept to be validated

Examples

Run this code
  pine_thinning_from_above_1 |> validate_c4c_concept()
  pine_no_thinning_and_clearcut_1 |> validate_c4c_concept()

Run the code above in your browser using DataLab