formulas: Summoning Formulas

formulasR Documentation

Summoning Formulas

Description

Summoning Formulas

Usage

fmls(
  x = unspecified(),
  role = list(),
  tier = list(),
  label = list(),
  strata = character(),
  pattern = character(),
  order = 2L:4L,
  ...
)

summon_formulas(
  x = unspecified(),
  role = list(),
  tier = list(),
  label = list(),
  strata = character(),
  pattern = character(),
  order = 2L:4L,
  ...
)

Arguments

order

Requested order that formulas are decomposed into. The default is to return ALL formula decompositions. Options include any integer inclusive from 1 to 4. The default is 2L:4L, which includes every functional formula and its parent.


asshah4/axe documentation built on Nov. 9, 2022, 12:45 a.m.