knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Formulas spells are described within the {arcana}
package, which helps to extend and vectorize the base R formula
class. The purpose is to help chop a formula-based object into underlying term
objects, and rebuild it as scripted formula.
You can install the released version of arcana
from CRAN with:
#install.packages("arcana")
And the development version from GitHub with:
# install.packages("devtools") devtools::install_github("asshah4/arcana")
The arcana
package is simple, and only has several major functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.