package-file-helpers: Package source file helpers

package-file-helpersR 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 package is missing.

quiet

Whether to suppress output

package

A package name

Value

NULL, invisibly

A list of package Rd objects, as returned by tools::Rd_db()


testex documentation built on June 22, 2024, 11:14 a.m.