Learn R Programming

Covid19Wastewater (version 1.0.1)

expand_formula: Expand formula for increased info takes a formula with shape A ~ B | C and convert . to its real representation

Description

Expand formula for increased info takes a formula with shape A ~ B | C and convert . to its real representation

Usage

expand_formula(X, data)

Value

formula object

Arguments

X

formula object like A ~ B | C

data

data object to extract . info from