summary.sframe: Summarise an sframe instrument object

View source: R/sframe_methods.R

summary.sframeR Documentation

Summarise an sframe instrument object

Description

Prints a structured summary of an sframe object including metadata, item type counts, scale definitions, branching rules, and check specifications.

Usage

## S3 method for class 'sframe'
summary(object, ...)

Arguments

object

An object of class sframe.

...

Ignored. Present for S3 consistency.

Value

object, invisibly.

Examples

item <- sf_item("q1", "How satisfied are you?", type = "likert",
                choice_set = "agree5")
instr <- sf_instrument("My Survey", components = list(item))
summary(instr)

surveyframe documentation built on July 25, 2026, 1:07 a.m.