Learn R Programming

purrr (version 0.2.2)

is_formula: Is a formula?

Description

Is a formula?

Usage

is_formula(x)

Arguments

x
object to test

Examples

Run this code
x <- disp ~ am
is_formula(x)

Run the code above in your browser using DataLab