gpt4 book ai didi

R:将引号转换为字符串

转载 作者:行者123 更新时间:2023-12-04 11:35:55 25 4
gpt4 key购买 nike

给定一个变量 foo这是一个报价

foo = quote(1+2)
class(foo)
# [1] "call"

我想提取字符串 "1+2" .如何?

PS: as.character(foo)只给我组件。

最佳答案

我们可以使用 deparse

deparse(foo)
#[1] "1 + 2"

关于R:将引号转换为字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34814446/

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