https://github.com/cran/purrr
Revision 452ab595ffca898f49b97e675df9da72b068fa43 authored by Hadley Wickham on 04 January 2016, 22:04:10 UTC, committed by cran-robot on 04 January 2016, 22:04:10 UTC
1 parent 1d72879
Raw File
Tip revision: 452ab595ffca898f49b97e675df9da72b068fa43 authored by Hadley Wickham on 04 January 2016, 22:04:10 UTC
version 0.2.0
Tip revision: 452ab59
is_formula.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/objects.R
\name{is_formula}
\alias{is_formula}
\title{Is a formula?}
\usage{
is_formula(x)
}
\arguments{
\item{x}{object to test}
}
\description{
Is a formula?
}
\examples{
x <- disp ~ am
is_formula(x)
}

back to top