knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

arcana

Codecov test coverage Lifecycle: experimental R-CMD-check CRAN status

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.

Installation

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")

Usage

The arcana package is simple, and only has several major functions.



asshah4/forks documentation built on Nov. 12, 2022, 3:43 a.m.