atx_header: ATX-Style Markdown Header

Description Usage Arguments Value Examples

Description

Produces the ATX-style markdown header (i.e., a number of hashes) for the input header level.

Usage

1
atx_header(level)

Arguments

level

numeric; Integer number of header level.

Value

String of ATX-style markdown header.

Examples

1
2
3
4
h1 <- atx_header(1)
h2 <- atx_header(2)
h3 <- atx_header(3)
h4 <- atx_header(4)

ForestManagementGeodatabase/fmgr documentation built on Feb. 18, 2022, 2:32 a.m.