Skip to contents

The anon Shiny app provides a local, session-oriented workflow for reviewing an environment, selecting objects, cleaning text, and generating anonymized structural reports suitable for prompt building.

Usage

run_anon_app(
  envir = globalenv(),
  launch.browser = interactive(),
  initial_selection = NULL
)

Arguments

envir

Environment or list to inspect. Defaults to globalenv().

launch.browser

Passed to shiny::runApp(). Defaults to interactive().

initial_selection

Optional character vector of object names to preselect after the environment is loaded.

Value

Invisibly returns the running Shiny app object.