R/me_parse_model.R
    me_parse_model.RdExtract a model specification from the measurement error model
me_parse_model(
  model_syntax = " ",
  me_data = NULL,
  data = NULL,
  as_list = FALSE,
  debug_code = FALSE,
  operators = c("~", "=", "~~")
)a string containing the model specification
measurment error data. This is used to return the RHS of the quality specification.
data to extract the variables when specifying '~ .'
a logical for whether the result is a data frame or a list. Dataframe is set as a default.
a logical for whether debugging logs should be printed.
permitted operators to define new lines
A data frame with the parsed model extracted into different columns