package-file-helpers {testex} | R Documentation |
Package source file helpers
Description
Discover specific package related file paths
Usage
find_package_root(path = ".", quiet = FALSE)
find_package_rds(package, path = getwd())
package_desc(path = getwd())
Arguments
path |
A file path within a package's source code or installation
directory. Only considered if |
quiet |
Whether to suppress output |
package |
A package name |
Value
NULL, invisibly
A list of package Rd objects, as returned by tools::Rd_db()
[Package testex version 0.2.0 Index]