Skip to contents

Get the deparsed value of the outermost expression

Usage

deparser(x, character.only = FALSE, ...)

Arguments

x

An expression from which to capture the outermost expression.

character.only

whether to treat x as a character. Default is FALSE.

...

Currently not used.