Learn R Programming

remedy (version 0.1.0)

italicsr: Emphasize

Description

Emphasize the selected text.

Usage

italicsr()

boldr()

striker()

Arguments

Value

emboldened, italicized or strikethrough text (in markdown)

Examples

Run this code
# NOT RUN {
remedy_example(
    c( "to_italic"), 
    italicsr
    )
remedy_example(
    c( "to_bold"), 
    boldr
    )
remedy_example(
    c( "to_strike"), 
    striker
    )
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab