Learn R Programming

r4subprofile (version 0.1.0)

print.profile_validation: Print Profile Validation Result

Description

Print Profile Validation Result

Usage

# S3 method for profile_validation
print(x, ...)

Value

Invisibly returns x. Called for its side effect of printing the compliance status, coverage percentage, and any missing indicators or asset types to the console.

Arguments

x

A profile_validation object.

...

Ignored.