gdo {diffobj}R Documentation

Shorthand Function for Accessing diffobj Options

Description

gdo(x) is equivalent to getOption(sprintf("diffobj.%s", x)).

Usage

gdo(x)

Arguments

x

character(1L) name off diffobj option to retrieve, without the “diffobj.” prefix

Examples

gdo("format")

[Package diffobj version 0.3.5 Index]