formatR (version 1.7)

tidy_app: A Shiny app to format R code

Description

This function calls tidy_source() to format R code in a Shiny app. The arguments of tidy_source() are presented in the app as input widgets such as checkboxes.

Usage

tidy_app()

Arguments

Examples

Run this code
# NOT RUN {
if (interactive()) formatR::tidy_app()
# }

Run the code above in your browser using DataCamp Workspace