Skip to contents

Prepare properly formatted links with custom text.

Usage

prepare_links(
  data,
  style = c("markdown", "latex", "txt"),
  macro = c("myhref", "href", NA)
)

Arguments

style

style of link, either "markdown", "latex", or "txt" (plain)

macro

macro to use for "latex" references

See also