Learn R Programming

analysisPipelines (version 1.0.2)

getTerm: Obtains the dependency term from the formula

Description

Obtains the dependency term from the formula

Usage

getTerm(f)

Arguments

f

formula from which term is to be extracted.

Value

String with the terms

Details

This is a helper function to extract the terms from a formula

Examples

Run this code
# NOT RUN {
library(analysisPipelines)
getTerm(y ~ x)
# }

Run the code above in your browser using DataLab