gpt4 book ai didi

r - 使用 I 字符串来引用 dplyr 中的变量?

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

<分区>

假设我有以下数据:

test_df <- data.frame(a=rnorm(100), b=rnorm(100))

以下作品:

test_df %>% 
summarise(y = mean(a))

现在假设我想传递一个字符串而不是a

string_outcome <- "a" # I want to use this

test_df %>%
summarise(y = mean(string_outcome))

那是行不通的。我尝试使用 !!string_outcome 但这也不起作用。我该如何解决这个问题?

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