dmp_options: diffmatchpatch settings

Description Usage Arguments Details Value Examples

View source: R/options.R

Description

Allows for examining or setting options that affect the behavior of the diff, match, and patch related functions in this package.

Usage

1

Arguments

...

No arguments returns all current options and their values. Character values retrieve a subset of options and the current values. Options can be set, using name = value. However, only the options named below are used. Options can also be passed by giving a single unnamed argument which is a named list.

Details

Available options

Value

When getting options returns a named list of options and their current values, when setting options returns a named list of the previous value(s).

Examples

1
2
3
4
5
6
dmp_options()

dmp_options("diff_timeout")

prev = dmp_options(diff_timeout = 5)
prev

diffmatchpatch documentation built on April 16, 2021, 9:06 a.m.