Why does pivot_longer() only work when I specify the dataframe inside the brackets, not with pipe notation?

后端 未结 0 1738
一向
一向 2021-02-05 00:06

I was trying to rearrange a dataframe using dataframe %>% pivot_longer( ) but would keep getting errors however I tried to specify the cols argument.

For instance, try

相关标签:
回答
  • 消灭零回复
提交回复
热议问题