Description Usage Arguments Details Value Examples
View source: R/core-functions.R
Obtains the dependency term from the formula
1 | getTerm(f)
|
f |
formula from which term is to be extracted. |
This is a helper function to extract the terms from a formula
String with the terms
1 2 | library(analysisPipelines)
getTerm(y ~ x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.