format.efa_retain: Format method for efa_retain objects

View source: R/efa_retain.R

format.efa_retainR Documentation

Format method for efa_retain objects

Description

Format method for efa_retain objects

Usage

## S3 method for class 'efa_retain'
format(x, ...)

Arguments

x

an object of class efa_retain, returned by efa_retain().

...

not used.

Value

A character vector with the report lines (styled to the active console theme; plain when colours are disabled).

Examples


nf <- efa_retain(test_models$baseline$cormat, criteria = c("EKC", "SMT"),
                 N = 500)
writeLines(format(nf))


EFAtools documentation built on Aug. 21, 2026, 5:16 p.m.