Skip to contents

Renders a panel displaying auto-generated R code that reproduces the current QuickExplore session (load dataset -> filter/select -> summarise -> export). Users can copy the code to the clipboard or download it as a .R script.

Usage

code_generator_ui(id)

Arguments

id

Character string. The Shiny module namespace identifier.

Value

A shiny::tagList() with the code generator UI.