Learn R Programming

remedy (version 0.1.0)

listr: Convert to list

Description

Convert selected text into an (un)ordered list.

Usage

listr()

olistr()

Arguments

Value

listr() returns an unordered markdown list

olistr() returns an ordered markdown list

Examples

Run this code
# NOT RUN {
#unordered list
remedy_example(c('line 1','line 2'),listr)

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

Run the code above in your browser using DataLab