Need help in arrange function

Can any one help me to sort out this below error
Thanks in regards

Error: arrange() failed at implicit mutate() step.

  • Problem with mutate() column ..2.
    i ..2 = weekdays.
    x ..2 must be a vector, not a function.

@karthik778 it will be hard to help without a REProducible EXample, or reprex, see

However, looking at the last line of the error,

x ..2 must be a vector, not a function.

there is a function weekdays() . Whatever you have named that, try naming it something else and see if that helps.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.