-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
From @ramiromagno:
An in-package solution for the reproducible code Shiny output
# UI
reproFunctionOutput("code_fn")
# Server
output$code_fn <- renderReproFunction(summary_tbl)Could include:
- Syntax-highlighted function definition
- Copy to clipboard button
- Download as .R file button
- Optional: "Run with different inputs" widget
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request