R/ampersand.R

Defines functions use_ampersand

#' @keywords internal
use_ampersand <- function(fm) {
  rrapply(
    fm,
    condition = \(x) identical(x, quote(`:`)),
    f = \(x) quote(`&`),
    how = "replace"
  )
}

Try the JuliaFormulae package in your browser

Any scripts or data that you put into this service are public.

JuliaFormulae documentation built on June 24, 2024, 5:08 p.m.