Learn R Programming

npi (version 0.2.0)

validate_npi_results: Validate input as S3 npi_results object

Description

Accepts an object, x, and determines whether it meets the criteria to be an S3 npi_results S3 object. The criteria include tests for data types, column names, and class attributes. They are intentionally strict to provide a contract to functions that interact with it.

Usage

validate_npi_results(x, ...)

Arguments

See Also

new_npi_results