default_style {prettycode}R Documentation

Default prettycode syntax highlighting style

Description

A style function must return a named list of functions. Possible entries:

Usage

default_style()

Details

Each entry in a list must be a function that takes a character scalar, and returns a character scalar. The default style adds ANSI formatting to the code.

Note that you can also change the code if you like, e.g. to include a unicode arrow character instead of the two-character assignment operator.

Examples

highlight(deparse(get), style = default_style())

[Package prettycode version 1.0.2 Index]