For model sequences seq_in must equal 'data' or model.apply fails. Example error when seq_in = 'names' for filter_by_name as the first step in a sequence:
Error in (function (classes, fdef, mtable) :
unable to find an inherited method for function ‘model_apply’ for signature ‘"model_seq", "filter_by_name"’
For model sequences seq_in must equal 'data' or model.apply fails. Example error when
seq_in = 'names'forfilter_by_nameas the first step in a sequence: