Rd_df | R Documentation |
Provides Rd index info with a few additional columns of information about each exported object. Returns one record per documented object, even if multiple objects alias to the same documentation file.
Rd_df(x)
x |
A package object to coerce |
A data.frame
of documented object information with variables:
A numeric
index of documentation files associated with
documentation objects
A character
filename of the Rd file in the "man" directory
A character
file path of the Rd file in the "man"
directory
character
object names which are aliases for the
documentation in filepath
A logical
indicator of whether the aliased object
is exported from the package namespace
A character
representing the Rd docType field.
package_source_dir <- system.file("examplepkg", package = "covtracer")
Rd_df(package_source_dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.