Learn R Programming

testex (version 0.2.1)

package-file-helpers: 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())

Value

NULL, invisibly

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

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