fmllst2Fml {domir} | R Documentation |
Translate formula_list
into Formula::Formula
Description
Translates formula_list
objects into a Formula::Formula
Usage
fmllst2Fml(fmllst, drop_lhs = NULL)
Arguments
fmllst |
A |
drop_lhs |
An integer vector. Used as a selection vector to remove left hand side names prior to
generating the This is useful for some |
Value
A Formula::Formula
object.
[Package domir version 1.2.0 Index]