Learn R Programming

simputation (version 0.2.9)

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

Description

A deparse replacement that always returns a length-1 vector

Usage

deparse(...)

Value

The deparsed string

Arguments

...

Arguments passed on to base::deparse()

Examples

Run this code
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)

Run the code above in your browser using DataLab