package-file-helpers | R Documentation |
Discover specific package related file paths
find_package_root(path = ".", quiet = FALSE)
find_package_rds(package, path = getwd())
package_desc(path = getwd())
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 |
NULL, invisibly
A list of package Rd objects, as returned by tools::Rd_db()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.