build_interaction_term: Build a SQL interaction term

Description Usage Arguments Value

View source: R/modelc.r

Description

Build a SQL interaction term

Usage

1
build_interaction_term(model, interaction_term, first = FALSE)

Arguments

model

A list with the same signature as the output of lm or glm

interaction_term

The raw interaction term (a character string) from the R model

first

A logical flag signaling whether the term is the first term in the formula

Value

A character string representing a SQL interaction term


sparkfish/modelc documentation built on June 19, 2020, 12:18 a.m.