小编Jon*_*pen的帖子

使用库('tidyverse')而不是子包有什么好处?

我想知道如果我们调用这个包,会对large R(shiny)应用程序产生什么影响tidyverse.我们通常分别打电话dplyr,tidyr等等.任何提示都是受欢迎的!

提前致谢!

r shiny tidyverse

11
推荐指数
1
解决办法
554
查看次数

为什么悲伤的文本是正面的?

我有一个字符串,在与数字进行比较时,它没有中断,并说这是肯定的,有什么暗示为什么会发生这种情况?

x <- "The day is bad, I don't like anything! I feel bad and sad really sad"
if (x == 0) {
   print("x is equal to 0")
}else if (x > 0) {
   print("x is positive")
}else if (x < 0 ){
   print("x is negative")
}
Run Code Online (Sandbox Code Playgroud)

结果是:

"x is positive"
Run Code Online (Sandbox Code Playgroud)

string numbers r

3
推荐指数
1
解决办法
98
查看次数

是否可以在 openrefine 上制作汇总表?

我想知道是否有可能像在 python 和 R 上那样在 OpenRefine 上创建值的聚合和摘要?例子:

有30万条记录的医疗任命表 Id-patient | 年龄 | 身份证预约 | 价值

按患者汇总汇总的结果为:Id-患者| 末世| 平均值

我希望足够清楚,如果该功能适用​​于 Openrefine,那将有很大帮助。

pivot summary openrefine

2
推荐指数
1
解决办法
812
查看次数

标签 统计

r ×2

numbers ×1

openrefine ×1

pivot ×1

shiny ×1

string ×1

summary ×1

tidyverse ×1