roxy_to_md_links | R Documentation |
Converts roxygen2 documentation links in pseudo-Markdown style to actual Markdown
ones using downlit::autolink_url()
.
roxy_to_md_links(x)
x |
Markdown text with roxygen2 documentation links. A character scalar. |
A character scalar.
Other package documentation functions:
enum_fn_param_defaults()
,
fn_param_defaults()
,
roxy_blocks()
,
roxy_obj()
,
roxy_tag_value()
pal::roxy_to_md_links("[base::c()] is so short I almost forget it's there.")
pal::roxy_to_md_links("[`base::c()`], probably the most used base R function ever.")
pal::roxy_to_md_links("Some functions [are magic][downlit::autolink_url]!")
pal::roxy_to_md_links("downlit's [`autolink_url()`][downlit::autolink_url()] seems magic!")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.