get_formula_lhs: Extract Left-Hand Side of Formula as String

get_formula_lhsR Documentation

Extract Left-Hand Side of Formula as String

Description

This function extracts the left-hand side (LHS) of a formula object and converts it to a character string. It uses get_formula_string to ensure consistent formatting.

Usage

get_formula_lhs(formula)

Arguments

formula

A formula object from which the LHS will be extracted.

Value

A character string representing the left-hand side of the formula.


catalytic documentation built on April 4, 2025, 5:51 a.m.