Learn R Programming

DependencyReviewer (version 1.2.3)

darwinLintFile: darwinLintFile

Description

Lint a given file.

Usage

darwinLintFile(fileName)

Value

list of lint objects.

Arguments

fileName

Path to file to lint

Examples

Run this code
darwinLintFile(
  fileName = system.file(package = "DependencyReviewer", "testScript.R")
)

Run the code above in your browser using DataLab