View source: R/codeIds_to_codePaths.R
codeIds_to_codePaths | R Documentation |
This function replaces the column names in the mergedSourceDf
data frame
in a rock_parsedSource
or rock_parsedSources
object with the full paths
to those code identifiers.
codeIds_to_codePaths(
x,
stripRootsFromCodePaths = rock::opts$get("stripRootsFromCodePaths")
)
x |
A |
stripRootsFromCodePaths |
Whether to strip the roots first (i.e. the type of code) |
An adapted rock_parsedSource
or rock_parsedSources
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.