Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

deparse_backtick_chk

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

Examples

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

chk

Check User-Supplied Function Arguments

v0.5.1
MIT + file LICENSE
Authors
Joe Thorley [aut, cre] (<https://orcid.org/0000-0002-7683-4592>), Kirill Müller [aut] (<https://orcid.org/0000-0002-1416-3412>), Ayla Pearson [ctb] (<https://orcid.org/0000-0001-7388-1222>), Poisson Consulting [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.