Validate an object against the gp3ml public-object contract
Source:R/api-contracts.R
validate_gp3ml_object_contract.RdValidate an object against the gp3ml public-object contract
Usage
validate_gp3ml_object_contract(x, registry = gp3ml_api_contracts())Arguments
- x
A gp3ml object.
- registry
Contract registry from
gp3ml_api_contracts().