You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"’
The text was updated successfully, but these errors were encountered:
For model sequences seq_in must equal 'data' or model.apply fails. Example error when
seq_in = 'names'
forfilter_by_name
as the first step in a sequence:The text was updated successfully, but these errors were encountered: