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

formula_paste

Paste a formula into a string.


Description

Paste a formula into a string.

Usage

formula_paste(formula)

Arguments

formula

R formula.

Value

A character string indicating the formula.

Examples

formula_paste(y ~ x)
formula_paste(y ~ x + (1 | g))

bruceR

Broadly Useful Convenient and Efficient R Functions

v0.6.2
GPL-3
Authors
Han-Wu-Shuang Bao [aut, cre]
Initial release
2021-04-08

We don't support your browser anymore

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