ironwest / gtsummary_addin

Add-in for interactively manipulating gtsummary package functions.
MIT License
7 stars 1 forks source link

Integrate code directly into a script from add-ins #2

Closed ironwest closed 3 years ago

ironwest commented 3 years ago

it would be better to stay directly in RStudio instead of opening the app in a web browser. A button to copy the produced code should be available and (even better) the code could be integrated directly into a script (add-ins provided by questionr for factor recoding are a good example of that spirit)

ironwest commented 3 years ago

Instead of direct copy into script field, this app implements "copy to clipboard button."

ironwest commented 3 years ago

Implemented copy to clipboard button using rclipboard package.