英文: Changing cluster labels for comparison purposes 问题 我需要帮助重新定义两个聚类过程的索引,以便它们可以更直观地进行比较。 假设聚类过程 A 给...
使用adorn_totals()按列指定计算。
英文: Specify the calculation by column using adorn_totals() 问题 我正在尝试使用R中的Janitor包添加一个总计行,但是我需要使用sum函数...
将表格从纵向整合到横向,高效地完成。
英文: Consolidate table from vertical to horizontal efficiently 问题 在多个ID上具有唯一特征的大表格(表A)。是否有巧妙的方法可以横向合并...
在列表中迭代管道上的对象
英文: Iterating a pipe over objects in a list 问题 我有一系列的数据框,我想使用管道运行几个函数。我创建了一个对象列表如下(实际上大约有30个对象): a &...
dplyr解决方案以精确和部分字符串连接方式
英文: dplyr solution to exact and partial-string join 问题 我需要通过两列将两个数据集连接起来,其中一列是精确匹配,另一列是部分匹配: pf=data...
使用正则表达式重新排列字符串
英文: Rearrange a string using regex 问题 我有一个字符串表达式,如下所示: orig <- "mean(Sepal.Length, n...
使用表名向量在R中合并多个表格。
英文: Combine multiple tables in R using a vector of table names 问题 我有三个数据集(tibble),它们都具有相同的列名 A_table...
Wrap horizontal code overflow in Quarto revealjs
英文: Wrap horizontal code overflow in Quarto revealjs 问题 在Quarto中,是否有一种方法可以将长行代码包裹在revealjs输出中?code-o...
r不将数据框视为字符;无法使用grep;as.character()的使用错误?
英文: r doesn't see data frame as characters; can't grep; wrong use of as.character()? 问题 编辑,一...
生成新行并按顺序在R中填充它们。
英文: Generate new rows and fill them in sequentially in R 问题 列 A 列 B 100 1 100 2 100 3 200 1 200 2 20...
298