how to find the higher value between the previous value in a column

后端 未结 0 1522
自闭症患者
自闭症患者 2020-12-02 09:33

how to find the higher value by the previous value in a column:

df=tibble(value=c(NA,20,21,10,30,20,22))
<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题