tests/testthat/helper-templates.r

# filler text
text  <- "my text"
title <- "my title"

# markdown templates
mu  <- "<%s>"         # markdown bare url
ml  <- "[%s](%s)"         # markdown link
mlt <- "[%s](%s \"%s\")"  # markdown link w/title

# html templates
hl  <- "<a href=\"%s\">%s</a>"
hlt <- "<a href=\"%s\" title=\"%s\">%s</a>"

# latex templates
lu  <- "\\url{%s}"
ll  <- "\\href{%s}{%s}"
aaronwolen/biolink documentation built on Aug. 29, 2023, 5:58 a.m.