pound: Create a string of #

Description Usage Examples

View source: R/utils.R

Description

pound

Usage

1
pound(n = NULL, use_symbol = "#")

Examples

1
2
3
4
> pound(n = 14)
[1] "##############"
> pound(n = 14, "--")
[1] "----------------------------"

CarlBoneri/roxydoc2 documentation built on Nov. 6, 2019, 8:01 a.m.