fml_breaker {fwlplot}R Documentation

Break apart formula (from right to left) based on a symbole (~ or |)

Description

Break apart formula (from right to left) based on a symbole (~ or |)

Usage

fml_breaker(fml, op)

Arguments

fml

Formula following fixest syntax.

op

String. Either ~ or |

Value

list of symbol or language from right to left that are split at each occurence of op.


[Package fwlplot version 0.3.0 Index]