File: RHSForm.Rd

package info (click to toggle)
r-cran-reformulas 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 668 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 461 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils.R
\name{RHSForm}
\alias{RHSForm}
\title{extract right-hand side of a formula}
\usage{
RHSForm(form, as.form = FALSE)
}
\arguments{
\item{form}{a formula object}

\item{as.form}{(logical) return a formula (TRUE) or as a call/symbolic object (FALSE) ?}
}
\value{
a \code{language} object
}
\description{
extract right-hand side of a formula
}
\examples{
RHSForm(y ~ x + (1|g))
}