| split_anchor | R Documentation |
Converts Anchors and targets so that it can be easily understood. See WRE for extensive explanations
split_anchor(links, count = TRUE)
links |
A data.frame with Package, Source, Anchor and Target. |
count |
A logical value if links should be counted. |
There are 4 different types of links:
{Target}
[=Target]{name}
[package]{Target}
[package:target]{name}
The first two can be to any package and led to disambiguation pages, the last
two are fully resolved (package and alias)
A data.frame with Package, Source, to_pkg, to_target, n (number of times it happens)
targets2files()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.