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}"

Try the biolink package in your browser

Any scripts or data that you put into this service are public.

biolink documentation built on Aug. 22, 2023, 1:06 a.m.