listr {remedy}R Documentation

Convert to list

Description

Convert selected text into an (un)ordered list.

Usage

listr()

olistr()

Value

listr() returns an unordered markdown list

olistr() returns an ordered markdown list

Examples

## 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)

[Package remedy version 0.1.0 Index]