knitr::opts_chunk$set(collapse = TRUE, comment = "#>")

This document uses a variety of linking styles for testing purposes

Inline code

Local:

Remote:

Code blocks

# Shouldn't get linked
enlist(5)
# Should get linked
MASS::enlist(5)
library(MASS)
enlist(5)
# Should get linked because MASS was loaded previously
enlist(5)


Laurae2/pkgdown documentation built on May 27, 2019, 12:17 p.m.