checkUsageFile {svTools}R Documentation

File based version of checkUsage

Description

Simple wrapper to the checkUsage function of the codetools package that calls checkUsage on all objects contained in a source file

Usage

checkUsageFile(file, encoding = "unknown")

Arguments

file file to check
encoding encoding to assume for the file

Value

A data frame of errors/problems in the file is returned

Author(s)

Romain Francois <francoisromain@free.fr>

See Also

checkUsage


[Package svTools version 0.0-12 Index]