英文: write a csv file on working directory based on operation system in r 问题 我编写了一个以csv输出命名为table的函数。...
创建替代变量的公式的帮助
英文: Assistance in creating formula to replace variables 问题 I have a dataset like this: db <- ...
使用apply(.SD, 1, FUN)时data.table的输出不一致。
英文: Inconsistent output of data.table using apply(.SD, 1, FUN) 问题 在R中使用data.table,我正在尝试连接两列并创建一个新列,其...
需要帮助创建一个具有均值和标准差的函数。
英文: Need assistance in creating a function with means and standard deviations 问题 我有一个类似的数据集 - 基本上我有两...
如何去除外部引号并将其转换为R中的字符向量
英文: How to remove outer quotes and transform it into a character vector in R 问题 var1 <- "&qu...
名字和姓氏在数据集中的排列组合
英文: First and last name permutation in datasets 问题 Here are the translations for the code part of yo...
我如何在使用geom_sf和ggplot2制作的地图上将两个点之间的边框线颜色不同?
英文: How can I color the border line differently between two points on a map made with geom_sf and gg...
单元格颜色按值和文本转换在gt中
英文: cell colour by value and text transformations in gt 问题 我想利用 {gt} 的新的 data_color 重构,但我也想使用 text_t...
在R中基于多列变量的计数筛选行:
英文: filtering rows based on counts of variables across multiple columns in R 问题 以下是翻译好的部分: 我正在处理一个看起...
替换基于列的两行之间的整行数据。
英文: How to replace an entire row between two rows based on a column 问题 我理解你想要的翻译是代码部分,以下是你提供的R代码的翻译:...
298