Skip to contents

Create an anchor tag for markdown document

Usage

anchor(name)

Arguments

name

Name/identifier of the anchor tag

Value

A character string

Examples


anchor("section-1")
#> [1] "<a id=\"section-1\"></a>"