DataFormula: 'DataFormula'

View source: R/get.R

DataFormulaR Documentation

DataFormula

Description

Modifies formula so that any variables that refer to dataframes with a dollar sign are surrounded by backticks. Any variables that already contain backticks will have those backticks escaped.

Usage

DataFormula(formula, data = NULL)

Arguments

formula

An object of class formula.

data

An object of class data.frame


Displayr/flipData documentation built on March 2, 2024, 3:49 a.m.