Description Usage Arguments Value Examples
Encapsulate text between margins.
| 1 | encapsulate(s, start = "[", last = "]", sep = "")
 | 
| s | string to be encapsulated | 
| start | left margin | 
| last | right margin | 
| sep | separator between string and margins | 
An encapsulated string.
| 1 2 | encapsulate(letters)
encapsulate(letters, sep=" ")[1:10]
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.