Learn R Programming

flair (version 0.0.2)

flair_lines.with_flair: S3 method for with_flair objects

Description

Applies flair to the appropriate line(s) of source code.

Usage

# S3 method for with_flair
flair_lines(x, lines)

Arguments

x

An object of class with_flair.

lines

An integer vector specifying code lines to highlight.

Value

An object of class with_flair.