How to extract numbers from a string column and determine whether they are less than a threshold?

后端 未结 0 701
清歌不尽
清歌不尽 2020-12-01 08:07

So I have the following df:

df=data.frame(strength=c("10MG;50MG","2MG;5MG","1MG,5MG","100MG;1UG"))

I

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