formula_to_string: Returns a string version of a formula

Description Usage Arguments Value Examples

View source: R/utils.R

Description

Returns a string version of a formula

Usage

1

Arguments

form

A formula

Value

a string representing the formula

Examples

1
2
3
4
## Not run: 
formula_to_string(Y ~ X + Y) # returns: "Y ~ X + Y"

## End(Not run)

gwb/RGOB documentation built on May 14, 2021, 7:39 a.m.