Description Usage Arguments Details Examples
lintr() opens an interactive (shiny) app that lets you edit
interactively a
potentially complex dplyr chain of commands. It provides documentation
and argument vetting.
| 1 | lintr(Input)
 | 
| Input | A data frame or piped input from a chain of  | 
On return, lintr() opens and editor to display and run the command.  Often,
the user will cut and paste this into a chunk in an Rmd document.
The name "lintr" refers to the famous lint program distributed with UNIX
that checks C program files against common mistakes.
| 1 2 3 4 5 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.