deparse: A 'deparse' replacement that always returns a length-1 vector

View source: R/utils.R

deparseR Documentation

A deparse replacement that always returns a length-1 vector

Description

A deparse replacement that always returns a length-1 vector

Usage

deparse(...)

Arguments

...

Arguments passed on to base::deparse()

Value

The deparsed string

Examples

long_formula <- this_is_a_formula_with_long_variables ~
  the_test_is_checking_if_deparse_will_return +
  multiple_strings_or_not
simputation:::deparse(long_formula)

simputation documentation built on June 16, 2022, 5:10 p.m.