print.phase.test
expands the generic print method for x3p objects. It gives a summary of the most relevant x3p meta information and returns the object invisibly.
Usage
# S3 method for class 'phase.test'
print(x, ...)
Examples
logo <- x3p_read(system.file("csafe-logo.x3p", package="x3ptools"))
#> Error in x3p_read(system.file("csafe-logo.x3p", package = "x3ptools")): could not find function "x3p_read"
print(logo)
#> Error in eval(expr, envir, enclos): object 'logo' not found