listr: Convert to list

Description Usage Value Examples

View source: R/listr.R

Description

Convert selected text into an (un)ordered list.

Usage

1
2
3

Value

listr() returns an unordered markdown list

olistr() returns an ordered markdown list

Examples

1
2
3
4
5
6
7
8
## Not run: 
#unordered list
remedy_example(c('line 1','line 2'),listr)

#ordered list
remedy_example(c('line 1','line 2'),olistr) 

## End(Not run)

ThinkR-open/remedy documentation built on Aug. 26, 2020, 5:45 p.m.