deparse {simputation} | R 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 |
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)
[Package simputation version 0.2.8 Index]