deparse_backtick_chk: Deparse Backtick

View source: R/utils.R

deparse_backtick_chkR Documentation

Deparse Backtick

Description

deparse_backtick_chk is a wrapper on deparse() and backtick_chk.

Usage

deparse_backtick_chk(x)

backtick_chk(x)

unbacktick_chk(x)

Arguments

x

A substituted object to deparse.

Details

It is exported to allow users to easily construct their own chk_ functions.

Value

A string of the backticked substituted object.

Functions

  • backtick_chk(): Backtick

  • unbacktick_chk(): Unbacktick

See Also

deparse()

Examples


# deparse_backtick_chk
deparse_backtick_chk(2)
deparse_backtick_chk(2^2)

chk documentation built on Oct. 6, 2023, 9:06 a.m.