sframe_builder_validate_draft: Validate a SurveyStudio draft state

View source: R/studio_builder.R

sframe_builder_validate_draftR Documentation

Validate a SurveyStudio draft state

Description

Validate a SurveyStudio draft state

Usage

sframe_builder_validate_draft(
  meta,
  choices = list(),
  items = list(),
  scales = list(),
  branching = list(),
  checks = list(),
  analysis_plan = list(),
  models = list(),
  render = list()
)

Arguments

meta

List of instrument metadata.

choices, items, scales, branching, checks

Lists of draft components.

analysis_plan

List of draft analysis-plan blocks.

models

List of draft model specifications.

render

List of rendering settings (welcome, header/logo, thankyou, theme) carried from the loaded instrument so previews and exports match.

Value

A list with valid, problems, and instrument.


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