missing_s3 {devtools} | R Documentation |
Find missing s3 exports.
Description
The method is heuristic - looking for objs with a period in their name.
Usage
missing_s3(pkg = ".")
Arguments
pkg |
The package to use, can be a file path to the package or a
package object. See |
[Package devtools version 2.4.5 Index]