lint | R Documentation |
Takes the set of active linters (see addLinter()
), and applies
them to all files within a project.
lint(project, files = NULL, appPrimaryDoc = NULL)
project |
Path to a project directory. |
files |
Specific files to lint. Can be NULL, in which case all the files in the directory will be linted. |
appPrimaryDoc |
The primary file in the project directory. Can be NULL, in which case it's inferred (if possible) from the directory contents. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.