formatLightRules: Format LightRuleFit rules

View source: R/formatRules.R

formatLightRulesR Documentation

Format LightRuleFit rules

Description

Converts R-executable logical expressions to a more human-friendly format

Usage

formatLightRules(x, space.after.comma = FALSE, decimal.places = NULL)

Arguments

x

Vector, string: Logical expressions

space.after.comma

Logical: If TRUE, place spaces after commas. Default = false

decimal.places

Integer: Limit all floats (numbers of the form 9.9) to this many decimal places

Author(s)

E.D. Gennatas


egenn/rtemis documentation built on May 4, 2024, 7:40 p.m.