Last data update: 2014.03.03

R: A Shiny app to format R code
tidy_appR Documentation

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()

Examples

if (interactive()) formatR::tidy_app()

Results