gpt4 book ai didi

r - 在 R 中将字符转换为月份和年份(日期)

转载 作者:行者123 更新时间:2023-12-02 03:57:36 26 4
gpt4 key购买 nike

如何将字符串“Apr-16”转换为 2016 年 4 月 Month April ?

我厌倦了 as.Date(x, format ..) ,这没有帮助。

我在这里有什么选择?

最佳答案

x <- "Apr-16"
x <- as.Date(paste0("1-",x),format="%d-%b-%y")
format(x,"%B of %Y")
[1] "April of 2016"

关于r - 在 R 中将字符转换为月份和年份(日期),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43290639/

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