print.sf_branch: Print an sf_branch object

View source: R/sf_component_methods.R

print.sf_branchR Documentation

Print an sf_branch object

Description

Print an sf_branch object

Usage

## S3 method for class 'sf_branch'
print(x, ...)

Arguments

x

An object of class sf_branch.

...

Ignored. Present for S3 consistency.

Value

x, invisibly.

Examples

br <- sf_branch("q2", depends_on = "q1", operator = "==",
                value = "yes", action = "show")
print(br)

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