Description Usage Arguments Value Examples
Internal function for formatting a line with characters on left and right sides.
1 | bookend_line(x, linewidth = 80, type = c("basic", "roxygen2"))
|
x |
character string. |
linewidth |
Intended maximum number of characters per line. |
type |
Two options:
|
Character string of length 80.
1 2 | bookend_line("abcde",linewidth = 10,type = "basic")
bookend_line("abcde",linewidth = 10,type = "roxygen2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.