pkg_srcrefs_df | R Documentation |
Create a data.frame of package srcref objects
pkg_srcrefs_df(x)
x |
A |
A data.frame
with a record for each source code block with
variables:
A character
Rd alias for the package object
The srcref
of the associated package source code
srcrefs test_trace_mapping
Other srcrefs_df:
test_srcrefs_df()
,
trace_srcrefs_df()
pkg <- system.file("examplepkg", package = "covtracer")
install.packages(
pkg,
type = "source",
repos = NULL,
quiet = TRUE,
INSTALL_opts = "--with-keep.source"
)
pkg_srcrefs_df("examplepkg")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.