tidy_app {formatR}R 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()

[Package formatR version 1.5 Index]