launch_studio_demo: Launch SurveyStudio with the bundled input-types demo

View source: R/demo_helpers.R

launch_studio_demoR Documentation

Launch SurveyStudio with the bundled input-types demo

Description

Opens SurveyStudio with the bundled input-types questionnaire and simulated response data already loaded. The browser is opened automatically by default.

Usage

launch_studio_demo(
  screen = "preview",
  port = NULL,
  host = "127.0.0.1",
  launch.browser = TRUE
)

Arguments

screen

Initial studio screen. Defaults to "preview" so the demo content is immediately visible.

port

TCP port for the Shiny server.

host

Host address for the Shiny server.

launch.browser

Whether to open the browser automatically. Defaults to TRUE for this demo helper.

Value

Called for its side effect.


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