英文: How to check for existence of a set of columns in large dataframes? 问题 我正在从多年的调查数据中构建重复的横截面数据(面板...
如何阻止prettyR describe()在控制台中打印
英文: How to prevent prettyR describe() from printing in console 问题 I am using the prettyR package's d...
如何基于多个参数传递不同行的代码在R中?
英文: How to pass different lines of code based on multiple arguments in R? 问题 由于编辑太多而开启新会话。 我有一个数据框,看...
添加一个“总计”组,当按组绘制数据时。
英文: Add a "total" group when plotting data by group 问题 希望这不是重复的(如果是的话,对不起)。我有一个来自调查的数据框,其中...
如何在大数据集中找到指定范围内的最大值?
英文: How to find the maximum value for given range in a big data set? 问题 我有一个名为Jon的大型数据集,看起来像这样: 我还有另...
Y轴上的刻度在geom_bar中未显示
英文: Tics on y axis in geom_bar not showing up 问题 我有以下这样的代码: data <- read.csv("test2.csv",...
如何在shiny应用中链接两个模块(一个使用reactable,另一个使用leaflet)?
英文: How to link two modules in shiny app (one using reactable and the other leaflet)? 问题 我已经将代码部分移除,...
How can I create colum names in a custom function, pass it to dplyr's select and use purrr's pmap to recycle the custom function?
英文: How can I create colum names in a custom function, pass it to dplyr's select and use purrr...
替换不同类别的多个列中的NA值。
英文: replace NA in multiple columns of different classes 问题 我有多列类似名称的数据,但属于不同的类别。我需要用0替换所有的NA,但保留列的类别...
强调绘图中的线段范围 – 仅限闭区间
英文: Accentuate range of line in plot - only closed interval 问题 I understand your request. Here's the...
298