gpt4 book ai didi

在 R 中使用 stringr 删除前导 0

转载 作者:行者123 更新时间:2023-12-04 12:01:06 24 4
gpt4 key购买 nike

我有以下数据

id
00001
00010
00022
07432

我想删除领先的 0 s 所以数据会像下面这样
id
1
10
22
7432

最佳答案

使用新 str_remove函数在 stringr :

id = str_remove(id, "^0+")

关于在 R 中使用 stringr 删除前导 0,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49186893/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com