pkg_srcrefs_df {covtracer} | R Documentation |
Create a data.frame of package srcref objects
Description
Create a data.frame of package srcref objects
Usage
pkg_srcrefs_df(x)
Arguments
x |
A |
Value
A data.frame
with a record for each source code block with
variables:
- name
A
character
Rd alias for the package object- srcref
The
srcref
of the associated package source code
See Also
srcrefs test_trace_mapping
Other srcrefs_df:
test_srcrefs_df()
,
trace_srcrefs_df()
Examples
pkg <- system.file("examplepkg", package = "covtracer")
install.packages(
pkg,
type = "source",
repos = NULL,
quiet = TRUE,
INSTALL_opts = "--with-keep.source"
)
pkg_srcrefs_df("examplepkg")
[Package covtracer version 0.0.1 Index]